|
From: <bo...@us...> - 2008-02-20 00:35:14
|
Revision: 74
http://gearbox.svn.sourceforge.net/gearbox/?rev=74&view=rev
Author: borax00
Date: 2008-02-19 16:35:19 -0800 (Tue, 19 Feb 2008)
Log Message:
-----------
Modified Paths:
--------------
gearbox/trunk/submitted/gbxsickacfr/test/test.cpp
Modified: gearbox/trunk/submitted/gbxsickacfr/test/test.cpp
===================================================================
--- gearbox/trunk/submitted/gbxsickacfr/test/test.cpp 2008-02-20 00:32:37 UTC (rev 73)
+++ gearbox/trunk/submitted/gbxsickacfr/test/test.cpp 2008-02-20 00:35:19 UTC (rev 74)
@@ -33,7 +33,7 @@
string port = "/dev/ttyS0";
// Get some options from the command line
- while ((opt = getopt (argc, argv, "p:c:")) != -1)
+ while ((opt = getopt (argc, argv, "p:b:")) != -1)
{
switch (opt)
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|