Author: shadowmaster
Date: Tue Sep 16 20:23:05 2008
New Revision: 29489

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29489&view=rev
Log:
* A more explanatory comment about what file_exists() does

Modified:
    trunk/src/filesystem.hpp

Modified: trunk/src/filesystem.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/filesystem.hpp?rev=29489&r1=29488&r2=29489&view=diff
==============================================================================
--- trunk/src/filesystem.hpp (original)
+++ trunk/src/filesystem.hpp Tue Sep 16 20:23:05 2008
@@ -116,7 +116,7 @@
 /** Returns true if the given file is a directory. */
 bool is_directory(const std::string& fname);
 
-/** Returns true if file with name already exists. */
+/** Returns true if a file or directory with such name already exists. */
 bool file_exists(const std::string& name);
 
 /** Get the creation time of a file. */


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to