diff options
author | Michi Henning <michi@zeroc.com> | 2006-12-18 06:05:27 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2006-12-18 06:05:27 +0000 |
commit | 6554831e1e5574f8fcf57dc158bb0cbff2d7dcbc (patch) | |
tree | 9c74fb7f070247536cda4a7407927153992f1477 /cpp/src/slice2html/Gen.cpp | |
parent | *** empty log message *** (diff) | |
download | ice-6554831e1e5574f8fcf57dc158bb0cbff2d7dcbc.tar.bz2 ice-6554831e1e5574f8fcf57dc158bb0cbff2d7dcbc.tar.xz ice-6554831e1e5574f8fcf57dc158bb0cbff2d7dcbc.zip |
*** empty log message ***
Diffstat (limited to 'cpp/src/slice2html/Gen.cpp')
-rw-r--r-- | cpp/src/slice2html/Gen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2html/Gen.cpp b/cpp/src/slice2html/Gen.cpp index 491b00f7bf9..64d5632165b 100644 --- a/cpp/src/slice2html/Gen.cpp +++ b/cpp/src/slice2html/Gen.cpp @@ -1138,7 +1138,7 @@ Slice::GeneratorBase::makeDir(const string& dir) return; } #ifdef _WIN32 - rc = mkdir(dir.c_str()) + rc = mkdir(dir.c_str()); #else rc = mkdir(dir.c_str(), S_IRWXU | S_IRWXG | S_IRWXO); #endif |