Revision: 50659
http://brlcad.svn.sourceforge.net/brlcad/?rev=50659&view=rev
Author: tbrowder2
Date: 2012-05-24 19:30:30 +0000 (Thu, 24 May 2012)
Log Message:
-----------
eliminate check for field type here (even though it's a hybrid length modifier)
Modified Paths:
--------------
brlcad/trunk/src/libbu/vls.c
Modified: brlcad/trunk/src/libbu/vls.c
===================================================================
--- brlcad/trunk/src/libbu/vls.c 2012-05-24 19:26:18 UTC (rev 50658)
+++ brlcad/trunk/src/libbu/vls.c 2012-05-24 19:30:30 UTC (rev 50659)
@@ -759,7 +759,7 @@
} else {
left_justify = 1;
}
- } else if (*ep == 'l' || *ep == 'U' || *ep == 'O') {
+ } else if (*ep == 'l') {
/* clear all length modifiers first */
flags ^= ALL_LENGTHMODS;
if (flags & LONG_INT) {
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