Revision: 54927
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54927&view=rev
Author:   r_weiss
Date:     2013-03-27 21:56:08 +0000 (Wed, 27 Mar 2013)
Log Message:
-----------
Change to print format for return value of bu_ftell.

Modified Paths:
--------------
    brlcad/trunk/src/util/plrot.c

Modified: brlcad/trunk/src/util/plrot.c
===================================================================
--- brlcad/trunk/src/util/plrot.c       2013-03-27 21:43:03 UTC (rev 54926)
+++ brlcad/trunk/src/util/plrot.c       2013-03-27 21:56:08 UTC (rev 54927)
@@ -529,7 +529,7 @@
                bu_log("plrot: unrecognized command '%c' (0x%x)\n",
                       (isascii(c) && isprint(c)) ? c : '?',
                       c);
-               bu_log("plrot: ftell = %zd\n", bu_ftell(fp));
+               bu_log("plrot: ftell = %ld\n", bu_ftell(fp));
                putchar(c);
                break;
        }

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


------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to