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

Re: svn commit: r10819 - trunk/subversion/libsvn_subr

From: Tobias Ringström <tobias_at_ringstrom.mine.nu>
Date: 2004-09-08 23:09:03 CEST

Peter N. Lundblad wrote:

>On Sun, 5 Sep 2004 bliss@tigris.org wrote:
>
>
>>+ if (fstat (0, &st) == -1)
>>+ open ("/dev/null", O_RDONLY);
>>
>>
>Errors here should be rare, but to be sure, shouldn't you bail out on
>errors?
>
>
I didn't consider it critical if that code failed, but since you're
asking for it I've added it in r10855. I don't think we need to backport
that part to 1.1, though.

/Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 9 09:04:35 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.