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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Jun 24 12:46:52 CEST 2006


Revision: 23286
Author:   fingolfin
Date:     2006-06-24 03:46:47 -0700 (Sat, 24 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23286&view=rev

Log Message:
-----------
Typo, and stress that getSavePath() is not to be used for storing savegames via Common::File

Modified Paths:
--------------
    scummvm/trunk/common/savefile.h
Modified: scummvm/trunk/common/savefile.h
===================================================================
--- scummvm/trunk/common/savefile.h	2006-06-24 10:45:47 UTC (rev 23285)
+++ scummvm/trunk/common/savefile.h	2006-06-24 10:46:47 UTC (rev 23286)
@@ -77,8 +77,8 @@
 
 	/**
 	 * Get the path to the save game directory.
-	 * Should only be used for error messages, and not to construct file paths
-	 * from it, since that is highl unportable.
+	 * Should only be used for error messages, *never* to construct file paths
+	 * from it, since that is highly unportable!
 	 */
 	virtual const char *getSavePath() const;
 };


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