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

Re: svn commit: r1224647 - in /subversion/trunk/subversion: include/svn_string.h libsvn_fs_base/id.c libsvn_fs_fs/fs_fs.c libsvn_fs_fs/id.c libsvn_fs_fs/tree.c libsvn_ra_neon/session.c libsvn_ra_serf/serf.c libsvn_ra_serf/util.c libsvn_subr/svn_string.c

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Sat, 7 Jan 2012 11:37:29 +0000 (GMT)

Travis wrote:

> stefan2_at_apache.org wrote on Sun, Dec 25, 2011 at 21:40:37 -0000:
>> +    if (csep == '\0' || sep[2] != '\0')
>> +      return apr_strtok(NULL, sep, str);
>
> Entirely possible that I'm not understanding, but shouldn't that be
>
>   sep[1] != '\0'

Yes; that's already been fixed in r1224653.

- Julian
Received on 2012-01-07 12:38:38 CET

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.