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

Re: svn commit: r23303 - in trunk/subversion: include libsvn_subr tests/libsvn_subr

From: Peter Samuelson <peter_at_p12n.org>
Date: 2007-02-07 06:42:04 CET

[cmpilato@tigris.org]
> --- trunk/subversion/libsvn_subr/path.c (original)
> +++ trunk/subversion/libsvn_subr/path.c Tue Jan 30 14:16:14 2007

> + *path_root = apr_pstrmemdup(pool, path,
> + (last_period - path + 1) \
> + * sizeof(*path));

Huh ... I never knew you could use \{newline} in C outside a quoted
string. You learn something new every day.

It does look odd, though - was it intentional?

Received on Wed Feb 7 06:42:13 2007

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.