diff options
author | Brian <runningnak3d@gmail.com> | 2010-06-22 17:07:27 -0600 |
---|---|---|
committer | Brian <runningnak3d@gmail.com> | 2010-06-22 17:07:27 -0600 |
commit | c3b7ce7b6937fd6d24e6285ab3a65969ecb71040 (patch) | |
tree | b2350ac9110de98c1d2be8ce2174d45f58f59e72 /src | |
parent | d50cb473cbb1ad0e276b6fc31b477a54d37b2255 (diff) |
* Commented useless error message in the map extractor
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/map_extractor/mpq_libmpq.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/map_extractor/mpq_libmpq.cpp b/src/tools/map_extractor/mpq_libmpq.cpp index 72a9de460eb..81aa8cc2894 100644 --- a/src/tools/map_extractor/mpq_libmpq.cpp +++ b/src/tools/map_extractor/mpq_libmpq.cpp @@ -57,7 +57,7 @@ MPQFile::MPQFile(const char* filename): // HACK: in patch.mpq some files don't want to open and give 1 for filesize if (size<=1) { - printf("warning: file %s has size %d; cannot read.\n", filename, size); +// printf("warning: file %s has size %d; cannot read.\n", filename, size); eof = true; buffer = 0; return; |