Re: svn commit: rev 2485 - trunk/subversion/include trunk/subversion/libsvn_wc trunk/subversion/libsvn_client
From: Karl Fogel <kfogel_at_newton.ch.collab.net>
 
Date: 2002-07-12 18:38:00 CEST 
Kevin Pilch-Bisson <kevin@pilch-bisson.net> writes:
 Thanks!
 You are indeed Mr. Bug Killer today, it is a sight to see...
 Btw, Ben points out that my example fix was wrong:
 >    if ((kind == svn_node_dir) && (value == NULL))
 should have been
 >    if ((kind == svn_node_dir) && (value != NULL))
 right?
 -K
 ---------------------------------------------------------------------
  | 
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.