|
From: <bo...@us...> - 2008-11-08 05:20:07
|
Revision: 362
http://gearbox.svn.sourceforge.net/gearbox/?rev=362&view=rev
Author: borax00
Date: 2008-11-08 05:19:57 +0000 (Sat, 08 Nov 2008)
Log Message:
-----------
handle non-binary debug level.
Modified Paths:
--------------
gearbox/trunk/src/gbxsickacfr/test/test.cpp
Modified: gearbox/trunk/src/gbxsickacfr/test/test.cpp
===================================================================
--- gearbox/trunk/src/gbxsickacfr/test/test.cpp 2008-11-08 04:51:58 UTC (rev 361)
+++ gearbox/trunk/src/gbxsickacfr/test/test.cpp 2008-11-08 05:19:57 UTC (rev 362)
@@ -31,7 +31,7 @@
int opt;
int baud = 38400;
string port = "/dev/ttyS0";
- bool debug = 0;
+ int debug = 0;
bool showScan = false;
// Get some options from the command line
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|