Revision: 42237
http://brlcad.svn.sourceforge.net/brlcad/?rev=42237&view=rev
Author: brlcad
Date: 2011-01-13 14:05:15 +0000 (Thu, 13 Jan 2011)
Log Message:
-----------
helps to actually set the variable.
Modified Paths:
--------------
brlcad/trunk/src/util/pixrect.c
Modified: brlcad/trunk/src/util/pixrect.c
===================================================================
--- brlcad/trunk/src/util/pixrect.c 2011-01-13 14:04:11 UTC (rev 42236)
+++ brlcad/trunk/src/util/pixrect.c 2011-01-13 14:05:15 UTC (rev 42237)
@@ -137,7 +137,7 @@
perror("scanf");
printf("Scan line length of input file ");
- scanf("%d", &linelen);
+ ret = scanf("%d", &linelen);
if (ret != 1)
perror("scanf");
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can have on your business, and how you
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits