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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Jan 20 13:44:44 CET 2009


Revision: 35949
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35949&view=rev
Author:   lordhoto
Date:     2009-01-20 12:44:44 +0000 (Tue, 20 Jan 2009)

Log Message:
-----------
Whoops it seems the comment used "backslashes" instead of "slashes" in other places too.

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

Modified: scummvm/trunk/common/fs.h
===================================================================
--- scummvm/trunk/common/fs.h	2009-01-20 12:37:05 UTC (rev 35948)
+++ scummvm/trunk/common/fs.h	2009-01-20 12:44:44 UTC (rev 35949)
@@ -238,7 +238,7 @@
  * FSDirectory can represent a single directory, or a tree with specified depth,
  * depending on the value passed to the 'depth' parameter in the constructors.
  * Filenames are cached with their relative path, with elements separated by
- * backslashes, e.g.:
+ * slashes, e.g.:
  *
  * c:\my\data\file.ext
  *
@@ -255,7 +255,7 @@
  * Client code can customize cache by using the constructors with the 'prefix'
  * parameter. In this case, the prefix is prepended to each entry in the cache,
  * and effectively treated as a 'virtual' parent subdirectory. FSDirectory adds
- * a trailing backslash to prefix if needed. Following on with the previous example
+ * a trailing slash to prefix if needed. Following on with the previous example
  * and using 'your' as prefix, the cache entry would have been 'your/data/file.ext'.
  *
  */


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