Revision: 50668
http://brlcad.svn.sourceforge.net/brlcad/?rev=50668&view=rev
Author: tbrowder2
Date: 2012-05-24 20:53:22 +0000 (Thu, 24 May 2012)
Log Message:
-----------
align vars, correct spacing, clarify comment
Modified Paths:
--------------
brlcad/trunk/src/libbu/vls.c
Modified: brlcad/trunk/src/libbu/vls.c
===================================================================
--- brlcad/trunk/src/libbu/vls.c 2012-05-24 20:50:17 UTC (rev 50667)
+++ brlcad/trunk/src/libbu/vls.c 2012-05-24 20:53:22 UTC (rev 50668)
@@ -693,7 +693,7 @@
char buf[BUFSIZ] = {0};
struct bu_vls fbuf = BU_VLS_INIT_ZERO; /* % format buffer */
- const char *fbufp = NULL;
+ const char *fbufp = NULL;
if (UNLIKELY(!vls || !fmt || fmt[0] == '\0')) {
/* nothing to print to or from */
@@ -717,8 +717,8 @@
if (*sp == '\0')
break;
- /* Saw a percent sign, now need to find end of fmt specifier */
- /* All gets reset for this fmt specifier */
+ /* Saw a percent sign, now need to find end of fmt specifier */
+ /* All flags get reset for this fmt specifier */
fieldlen = -1;
flags = 0;
have_digit = 0;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits