Revision: 41506
http://brlcad.svn.sourceforge.net/brlcad/?rev=41506&view=rev
Author: erikgreenwald
Date: 2010-12-06 15:38:04 +0000 (Mon, 06 Dec 2010)
Log Message:
-----------
use bu_optind instead of optind (win32 fix)
Modified Paths:
--------------
brlcad/trunk/bench/pixcmp.c
Modified: brlcad/trunk/bench/pixcmp.c
===================================================================
--- brlcad/trunk/bench/pixcmp.c 2010-12-06 14:27:35 UTC (rev 41505)
+++ brlcad/trunk/bench/pixcmp.c 2010-12-06 15:38:04 UTC (rev 41506)
@@ -152,8 +152,8 @@
exit(OPTS_ERROR);
}
}
- argc -= optind;
- argv += optind;
+ argc -= bu_optind;
+ argv += bu_optind;
/* validate what is left over */
if (argc < 1 || argc > 4) {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits