[Scummvm-cvs-logs] SF.net SVN: scummvm:[40382] scummvm/trunk/common/str.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri May 8 14:37:28 CEST 2009


Revision: 40382
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40382&view=rev
Author:   fingolfin
Date:     2009-05-08 12:37:28 +0000 (Fri, 08 May 2009)

Log Message:
-----------
Clarified docstring for String::insertChar

Modified Paths:
--------------
    scummvm/trunk/common/str.h

Modified: scummvm/trunk/common/str.h
===================================================================
--- scummvm/trunk/common/str.h	2009-05-08 12:37:11 UTC (rev 40381)
+++ scummvm/trunk/common/str.h	2009-05-08 12:37:28 UTC (rev 40382)
@@ -194,7 +194,7 @@
 	/** Set character c at position p, replacing the previous character there. */
 	void setChar(char c, uint32 p);
 
-	/** Set character c at position p. */
+	/** Insert character c before position p. */
 	void insertChar(char c, uint32 p);
 
 	/** Clears the string, making it empty. */


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