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

Re: svn commit: r12100 - trunk/subversion/libsvn_client

From: <kfogel_at_collab.net>
Date: 2004-12-01 20:42:28 CET

kfogel@collab.net writes:
> > + * because it will be outputed by repos_diff.c:delete_item */
> > + if (!strcmp(path,mdb->path_skip))
> > + return;
>
> Style comment: we generally -- though not universally, I admit -- have
> been using "strcmp (a, b) != 0", as more intuitive to read. For some
> people, anyway. Also, note the space-before-paren-thang.

Oops! I wrote "!=" when I meant "==" in my review, sorry about that
Ben.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 1 20:47:02 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.