[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Blame test failure on Win32

From: Branko Čibej <brane_at_xbc.nu>
Date: 2005-05-12 07:06:50 CEST

D.J. Heap wrote:

> I get a test failure from the new xml blame test. When I run the
> blame command manually I get:
>
> <?xml version="1.0" encoding="utf-8"?>
> <blame>
> <target
> path="iota">
> <entry
> line-number="%ld">
> <commit
> revision="2">
> <author>jrandom</author>
> <date>2005-05-12T00:39:08.191125Z</date>
> </commit>
> </entry>
> </target>
> </blame>
>
>
> It looks like %lld for the line number isn't handled right by apr on
> Win32?

Well of course it's not handled by APR at all. Does the code use "%lld"
instead of APR_INT64_FMT?

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 12 07:07:56 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.