Revision: 71966
          http://sourceforge.net/p/brlcad/code/71966
Author:   starseeker
Date:     2018-10-12 14:56:34 +0000 (Fri, 12 Oct 2018)
Log Message:
-----------
use an explicit '%s' here

Modified Paths:
--------------
    brlcad/trunk/src/libanalyze/nirt.cxx

Modified: brlcad/trunk/src/libanalyze/nirt.cxx
===================================================================
--- brlcad/trunk/src/libanalyze/nirt.cxx        2018-10-12 14:44:59 UTC (rev 
71965)
+++ brlcad/trunk/src/libanalyze/nirt.cxx        2018-10-12 14:56:34 UTC (rev 
71966)
@@ -1611,7 +1611,7 @@
 {
     if (!ostr || !fmt || !r) return;
     if (!key || !strlen(key)) {
-       bu_vls_printf(ostr, fmt);
+       bu_vls_printf(ostr, "%s", fmt);
        return;
     }
     nirt_print_key("x_orig", r->orig[X] * base2local);

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



_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to