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

New lines in notify.c

From: Jonathan Guy <jonathan.guy_at_ikoder.com>
Date: Sun, 3 Mar 2019 13:07:53 +0000

Hi all

Just out of curiosity in notify.c we have the two lines

SVN_ERR(svn_cmdline_printf(pool, "\rChecking r "));
SVN_ERR(svn_cmdline_printf(pool, "\rChecking r%ld...", n->revision));

Is there a specific reason \r is used and not \n?

Thanks
Jonathan Guy
Received on 2019-03-03 14:08:19 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.