summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-02 14:48:10 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-02 14:48:10 +0000
commit8148e4b2159d857790803b82b484f20e8bb9a981 (patch)
tree17925d0fd7c3708a3c0e48120d0374b011404e60 /crawl-ref
parent2da58bcd0b9f3723a7ec28826c63013c0543e2f4 (diff)
downloadcrawl-ref-8148e4b2159d857790803b82b484f20e8bb9a981.tar.gz
crawl-ref-8148e4b2159d857790803b82b484f20e8bb9a981.zip
Killed wrong comment.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2978 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/files.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index 2f845fff44..8376ce6eae 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -322,7 +322,6 @@ static int create_directory(const char *dir)
#if defined(MULTIUSER)
return mkdir(dir, SHARED_FILES_CHMOD_PUBLIC | 0111);
#elif defined(DOS)
- // djgpp doesn't seem to have mkdir.
return mkdir(dir, 0755);
#else
return mkdir(dir);