Revision: 41178
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41178&view=rev
Author:   brlcad
Date:     2010-10-29 18:36:11 +0000 (Fri, 29 Oct 2010)

Log Message:
-----------
specifying the length was pointless, still needs quellage

Modified Paths:
--------------
    brlcad/trunk/src/conv/intaval/regtab.cpp

Modified: brlcad/trunk/src/conv/intaval/regtab.cpp
===================================================================
--- brlcad/trunk/src/conv/intaval/regtab.cpp    2010-10-29 18:14:06 UTC (rev 
41177)
+++ brlcad/trunk/src/conv/intaval/regtab.cpp    2010-10-29 18:36:11 UTC (rev 
41178)
@@ -48,7 +48,7 @@
       return 1;
 
    char descr[LINELEN];
-   while (fscanf(fp, "%20s%d%[^\n]", &name, &mat, &descr) != EOF)
+   while (fscanf(fp, "%s%d%[^\n]", &name, &mat, &descr) != EOF)
    {
       if (name[0] == '-')
          continue;


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

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to