[Scummvm-cvs-logs] SF.net SVN: scummvm:[35109] scummvm/trunk/common/file.h
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Tue Nov 18 15:57:40 CET 2008
Revision: 35109
http://scummvm.svn.sourceforge.net/scummvm/?rev=35109&view=rev
Author: lordhoto
Date: 2008-11-18 14:57:40 +0000 (Tue, 18 Nov 2008)
Log Message:
-----------
Fixed documentation.
Modified Paths:
--------------
scummvm/trunk/common/file.h
Modified: scummvm/trunk/common/file.h
===================================================================
--- scummvm/trunk/common/file.h 2008-11-17 20:38:40 UTC (rev 35108)
+++ scummvm/trunk/common/file.h 2008-11-18 14:57:40 UTC (rev 35109)
@@ -103,7 +103,7 @@
*
* @param stream a pointer to a SeekableReadStream, or 0
* @param name a string describing the 'file' corresponding to stream
- * @return true if stream was 0, false otherwise
+ * @return true if stream was non-zero, false otherwise
*/
virtual bool open(SeekableReadStream *stream, const Common::String &name);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list