From aa300c86ccbb1cffa03ee8f6e0dca0e6ef48cef6 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sat, 26 Jan 2008 07:31:00 +0000 Subject: Added help for stash-search (dpeg). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3338 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/files.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/files.cc') diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc index eed436232c..c656e2f596 100644 --- a/crawl-ref/source/files.cc +++ b/crawl-ref/source/files.cc @@ -356,7 +356,7 @@ static bool create_dirs(const std::string &dir) if (!dir_exists(path) && create_directory(path.c_str())) return (false); - path += FILE_SEPARATOR; + path += FILE_SEPARATOR; } return (true); } -- cgit v1.2.3-54-g00ecf