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

Re: [PATCH] Fix to svn_time_to_human_cstring() - take 3

From: Nicolás Lichtmaier <nick_at_reloco.com.ar>
Date: 2004-04-04 21:36:05 CEST

>>+ err = svn_utf_cstring_to_utf8(&utf8_string, human_datestr, pool);
>>+ if(err)
>>+ {
>>+ *curptr = '\0';
>>+ svn_error_clear(err);
>>
>>
>I'm not sure it's valid to ignore this error.
>
>

The function is already ignoring a similar error above. This is the
human-readable part, is not terrible important for this to succeed.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Apr 4 21:36:23 2004

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.