cmpil...@apache.org writes: > Author: cmpilato > Date: Mon Dec 20 16:07:08 2010 > New Revision: 1051164 > > URL: http://svn.apache.org/viewvc?rev=1051164&view=rev > Log: > Another follow-up to r1050216. > > * subversion/libsvn_ra/util.c > (svn_ra__release_operational_lock): Switch the sense of the boolean > return from svn_string_compare(). I forgot that it returns TRUE for > "matches", the opposite of the previous strcmp() code that was in place.
The original code did "strcmp() == 0" so "matches" was TRUE there as well. -- Philip