Revision: 53997
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53997&view=rev
Author:   bob1961
Date:     2012-12-05 14:21:24 +0000 (Wed, 05 Dec 2012)
Log Message:
-----------
Fixed a typo.

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

Modified: brlcad/trunk/src/libbu/vls_vprintf.c
===================================================================
--- brlcad/trunk/src/libbu/vls_vprintf.c        2012-12-05 00:38:59 UTC (rev 
53996)
+++ brlcad/trunk/src/libbu/vls_vprintf.c        2012-12-05 14:21:24 UTC (rev 
53997)
@@ -517,7 +517,7 @@
                            || *fp == '*') {
                            continue;
                        }
-                       if (*fp == 'z' || *fp = 't') {
+                       if (*fp == 'z' || *fp == 't') {
                            /* assume MSVC replacing instances of %z or %t with
                             * %I (capital i) until we encounter anything
                             * different.

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


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to