diff options
author | Cory Winter <cory@zeroc.com> | 2004-12-06 23:00:15 +0000 |
---|---|---|
committer | Cory Winter <cory@zeroc.com> | 2004-12-06 23:00:15 +0000 |
commit | b710b16cc765c4f6cd329aece94ef65814b5032b (patch) | |
tree | 86986141b785611fcfcb17d4c8ea9f08f047148d /cpp/src/IcePatch2/Calc.cpp | |
parent | patcher enhancements (diff) | |
download | ice-b710b16cc765c4f6cd329aece94ef65814b5032b.tar.bz2 ice-b710b16cc765c4f6cd329aece94ef65814b5032b.tar.xz ice-b710b16cc765c4f6cd329aece94ef65814b5032b.zip |
removed bogus character in file
Diffstat (limited to 'cpp/src/IcePatch2/Calc.cpp')
-rw-r--r-- | cpp/src/IcePatch2/Calc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch2/Calc.cpp b/cpp/src/IcePatch2/Calc.cpp index 7400b3791b0..6114323a70f 100644 --- a/cpp/src/IcePatch2/Calc.cpp +++ b/cpp/src/IcePatch2/Calc.cpp @@ -124,7 +124,7 @@ main(int argc, char* argv[]) { char cwd[_MAX_PATH]; if(_getcwd(cwd, _MAX_PATH) == NULL) -y { + { throw "cannot get the current directory:\n" + lastError(); } |