Revision: 50692
http://brlcad.svn.sourceforge.net/brlcad/?rev=50692&view=rev
Author: brlcad
Date: 2012-05-25 18:17:50 +0000 (Fri, 25 May 2012)
Log Message:
-----------
move %S back down. it wasn't some long string format. it was like %V is now,
used everywhere in our code for printing our bu_vls strings.
Modified Paths:
--------------
brlcad/trunk/src/libbu/vls.c
Modified: brlcad/trunk/src/libbu/vls.c
===================================================================
--- brlcad/trunk/src/libbu/vls.c 2012-05-25 17:31:49 UTC (rev 50691)
+++ brlcad/trunk/src/libbu/vls.c 2012-05-25 18:17:50 UTC (rev 50692)
@@ -970,9 +970,6 @@
/* use type specifier to grab parameter appropriately from arg
list, and print it correctly */
switch (c) {
- case 'S': /* XXX - DEPRECATED [7.14] */
- printf("DEVELOPER DEPRECATION NOTICE: Using %%S for string
printing is deprecated, use %%ls instead\n");
- /* fall through */
case 's':
{
/* variables used to determine final effects of
@@ -1052,6 +1049,9 @@
}
}
break;
+ case 'S': /* XXX - DEPRECATED [7.14] */
+ printf("DEVELOPER DEPRECATION NOTICE: Using %%S for string
printing is deprecated, use %%V instead\n");
+ /* fall through */
case 'V':
{
struct bu_vls *vp;
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