Revision: 77836
          http://sourceforge.net/p/brlcad/code/77836
Author:   starseeker
Date:     2020-11-30 19:47:30 +0000 (Mon, 30 Nov 2020)
Log Message:
-----------
Merge from trunk through r77835

Modified Paths:
--------------
    brlcad/branches/extbuild/src/libbu/tbl.c

Property Changed:
----------------
    brlcad/branches/extbuild/
    brlcad/branches/extbuild/src/libbu/

Index: brlcad/branches/extbuild
===================================================================
--- brlcad/branches/extbuild    2020-11-30 18:48:47 UTC (rev 77835)
+++ brlcad/branches/extbuild    2020-11-30 19:47:30 UTC (rev 77836)

Property changes on: brlcad/branches/extbuild
___________________________________________________________________
Modified: svn:mergeinfo
## -11,4 +11,4 ##
 /brlcad/branches/osg:62110-62113
 /brlcad/branches/prep-cache:68236-68933
 /brlcad/branches/tcltk86:68300-75257
-/brlcad/trunk:77547-77829
\ No newline at end of property
+/brlcad/trunk:77547-77835
\ No newline at end of property
Index: brlcad/branches/extbuild/src/libbu
===================================================================
--- brlcad/branches/extbuild/src/libbu  2020-11-30 18:48:47 UTC (rev 77835)
+++ brlcad/branches/extbuild/src/libbu  2020-11-30 19:47:30 UTC (rev 77836)

Property changes on: brlcad/branches/extbuild/src/libbu
___________________________________________________________________
Modified: svn:mergeinfo
## -3,4 +3,4 ##
 
/brlcad/branches/brep-debug/src/libbu:69168,69927,69995-69996,70148-70149,70347-70349,70377,70526-70527,71006-71007,71009-71022,71046-71047,71049,71096-71100
 /brlcad/branches/dm-fb-merge/src/libbu:75426-76198
 /brlcad/branches/tcltk86/src/libbu:68300-75257
-/brlcad/trunk/src/libbu:77547-77657,77690-77770,77784-77829
\ No newline at end of property
+/brlcad/trunk/src/libbu:77547-77657,77690-77770,77784-77835
\ No newline at end of property
Modified: brlcad/branches/extbuild/src/libbu/tbl.c
===================================================================
--- brlcad/branches/extbuild/src/libbu/tbl.c    2020-11-30 18:48:47 UTC (rev 
77835)
+++ brlcad/branches/extbuild/src/libbu/tbl.c    2020-11-30 19:47:30 UTC (rev 
77836)
@@ -205,7 +205,7 @@
            back--;
        }
        while (zeros--) {
-           ft_printf(tbl->t, "");
+           ft_printf(tbl->t, "%s", "");
        }
        ft_printf(tbl->t, "%s", cstr);
        last = cstr;
@@ -224,7 +224,7 @@
                back--;
            }
            while (zeros--) {
-               ft_printf(tbl->t, "");
+               ft_printf(tbl->t, "%s", "");
            }
 
            ft_printf(tbl->t, "%s", cstr);
@@ -239,7 +239,7 @@
        last++;
     }
     while (zeros--) {
-       ft_printf(tbl->t, "");
+       ft_printf(tbl->t, "%s", "");
     }
 
     return tbl;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to