Revision: 68983
          http://sourceforge.net/p/brlcad/code/68983
Author:   starseeker
Date:     2016-10-04 14:31:18 +0000 (Tue, 04 Oct 2016)
Log Message:
-----------
%s for string

Modified Paths:
--------------
    brlcad/trunk/src/libbu/badmagic.c

Modified: brlcad/trunk/src/libbu/badmagic.c
===================================================================
--- brlcad/trunk/src/libbu/badmagic.c   2016-10-04 13:33:36 UTC (rev 68982)
+++ brlcad/trunk/src/libbu/badmagic.c   2016-10-04 14:31:18 UTC (rev 68983)
@@ -45,7 +45,7 @@
                 bu_identify_magic(*(ptr)), (unsigned long)*(ptr),
                 file, line);
     } else {
-       snprintf(buf, MAGICBUFSIZ, "ERROR: bad %d pointer %p @ file %s:%d\n", 
str, (void *)ptr, file, line);
+       snprintf(buf, MAGICBUFSIZ, "ERROR: bad %s pointer %p @ file %s:%d\n", 
str, (void *)ptr, file, line);
     }
 
     bu_bomb(buf);

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to