Revision: 77834
http://sourceforge.net/p/brlcad/code/77834
Author: starseeker
Date: 2020-11-30 18:45:59 +0000 (Mon, 30 Nov 2020)
Log Message:
-----------
revert build workaround
Modified Paths:
--------------
brlcad/branches/extbuild/src/libbu/tbl.c
Modified: brlcad/branches/extbuild/src/libbu/tbl.c
===================================================================
--- brlcad/branches/extbuild/src/libbu/tbl.c 2020-11-30 18:44:47 UTC (rev
77833)
+++ brlcad/branches/extbuild/src/libbu/tbl.c 2020-11-30 18:45:59 UTC (rev
77834)
@@ -205,7 +205,7 @@
back--;
}
while (zeros--) {
- ft_printf(tbl->t, " ");
+ ft_printf(tbl->t, "");
}
ft_printf(tbl->t, "%s", cstr);
last = cstr;
@@ -224,7 +224,7 @@
back--;
}
while (zeros--) {
- ft_printf(tbl->t, " ");
+ ft_printf(tbl->t, "");
}
ft_printf(tbl->t, "%s", cstr);
@@ -239,7 +239,7 @@
last++;
}
while (zeros--) {
- ft_printf(tbl->t, " ");
+ ft_printf(tbl->t, "");
}
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