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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Sep 11 11:28:15 CEST 2008


Revision: 34487
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34487&view=rev
Author:   fingolfin
Date:     2008-09-11 09:28:14 +0000 (Thu, 11 Sep 2008)

Log Message:
-----------
Remove obsolete note about fopen

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

Modified: scummvm/trunk/common/fs.h
===================================================================
--- scummvm/trunk/common/fs.h	2008-09-11 09:26:27 UTC (rev 34486)
+++ scummvm/trunk/common/fs.h	2008-09-11 09:28:14 UTC (rev 34487)
@@ -148,10 +148,11 @@
 	virtual Common::String getName() const;
 
 	/**
-	 * Return a string representation of the file which can be passed to fopen(),
-	 * and is suitable for archiving (i.e. writing to the config file).
-	 * This will usually be a 'path' (hence the name of the method), but can
-	 * be anything that fulfills the above criterions.
+	 * Return a string representation of the file which is suitable for
+	 * archiving (i.e. writing to the config file). This will usually be a
+	 * 'path' (hence the name of the method), but can be anything that meets
+	 * the above criterions. What a 'path' is differs greatly from system to
+	 * system anyway.
 	 *
 	 * @note Do not assume that this string contains (back)slashes or any
 	 *       other kind of 'path separators'.


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