Revision: 56617
http://sourceforge.net/p/brlcad/code/56617
Author: brlcad
Date: 2013-08-06 12:34:55 +0000 (Tue, 06 Aug 2013)
Log Message:
-----------
getopt returns an int, otherwise this can be an infinite loop.
Modified Paths:
--------------
brlcad/trunk/src/libbu/tests/bu_semaphore.c
Modified: brlcad/trunk/src/libbu/tests/bu_semaphore.c
===================================================================
--- brlcad/trunk/src/libbu/tests/bu_semaphore.c 2013-08-06 03:20:47 UTC (rev
56616)
+++ brlcad/trunk/src/libbu/tests/bu_semaphore.c 2013-08-06 12:34:55 UTC (rev
56617)
@@ -165,7 +165,7 @@
unsigned long nreps = 10000;
- char c;
+ int c;
int success;
while ((c = bu_getopt(argc, argv, "n:")) != -1) {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits