|
From: <bo...@us...> - 2008-05-01 00:05:26
|
Revision: 134
http://gearbox.svn.sourceforge.net/gearbox/?rev=134&view=rev
Author: borax00
Date: 2008-04-30 17:05:33 -0700 (Wed, 30 Apr 2008)
Log Message:
-----------
Modified Paths:
--------------
gearbox/trunk/src/gbxserialacfr/serial.h
Modified: gearbox/trunk/src/gbxserialacfr/serial.h
===================================================================
--- gearbox/trunk/src/gbxserialacfr/serial.h 2008-04-30 07:37:29 UTC (rev 133)
+++ gearbox/trunk/src/gbxserialacfr/serial.h 2008-05-01 00:05:33 UTC (rev 134)
@@ -106,7 +106,7 @@
//!
int readStringUntil( std::string &str, char termchar );
- //! Short-hand for "readStringUntil(buf,count,'\n');"
+ //! Short-hand for "readStringUntil(str,'\n');"
//! Reads everything up to and including the '\n'.
int readLine( std::string &str )
{ return readStringUntil(str,'\n'); }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|