aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2008-09-11 09:28:14 +0000
committerMax Horn2008-09-11 09:28:14 +0000
commit19dd03dfa8fbc48d4cfb511033e8c2930607a01b (patch)
tree6930e8580788afd28a78a30133a4c9ff0f4a4d3a /common
parent62a75f2615a2dbb0a30e26e64be2122cde5efbb8 (diff)
downloadscummvm-rg350-19dd03dfa8fbc48d4cfb511033e8c2930607a01b.tar.gz
scummvm-rg350-19dd03dfa8fbc48d4cfb511033e8c2930607a01b.tar.bz2
scummvm-rg350-19dd03dfa8fbc48d4cfb511033e8c2930607a01b.zip
Remove obsolete note about fopen
svn-id: r34487
Diffstat (limited to 'common')
-rw-r--r--common/fs.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/common/fs.h b/common/fs.h
index b19abd0a80..c5f7ca6b4c 100644
--- a/common/fs.h
+++ b/common/fs.h
@@ -148,10 +148,11 @@ public:
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'.