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

Re: svn commit: rev 4318 - trunk/subversion/libsvn_fs

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-01-10 05:21:55 CET

gstein@tigris.org writes:
> static svn_boolean_t
> checksums_match (unsigned const char d1[], unsigned const char d2[])
> {
> - auto unsigned char zeros[MD5_DIGESTSIZE] = { 0 };
> + static const unsigned char zeros[MD5_DIGESTSIZE] = { 0 };

Nice! I'm going to try to remember that :-).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 10 06:06:52 2003

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.