diff options
author | Kostas Nakos | 2007-05-01 13:13:40 +0000 |
---|---|---|
committer | Kostas Nakos | 2007-05-01 13:13:40 +0000 |
commit | 424b738d5b75b32addbc8ba3467696374c38e985 (patch) | |
tree | f9e998731bd96ad052429b7085fe0e9a99055351 | |
parent | 1ebae7f054c096462f75a376f3342dfa068905ff (diff) | |
download | scummvm-rg350-424b738d5b75b32addbc8ba3467696374c38e985.tar.gz scummvm-rg350-424b738d5b75b32addbc8ba3467696374c38e985.tar.bz2 scummvm-rg350-424b738d5b75b32addbc8ba3467696374c38e985.zip |
also dump debug to stdout in ce
svn-id: r26711
-rw-r--r-- | common/util.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/util.cpp b/common/util.cpp index d9da753ac4..5e5d719e31 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -415,12 +415,10 @@ static void debugHelper(const char *in_buf, bool caret = true) { strcpy(buf, in_buf); } -#ifndef _WIN32_WCE if (caret) printf("%s\n", buf); else printf("%s", buf); -#endif #if defined( USE_WINDBG ) if (caret) |