summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/docparser.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/docparser.cpp b/src/docparser.cpp
index 4b1ce94..bcf4bac 100644
--- a/src/docparser.cpp
+++ b/src/docparser.cpp
@@ -335,11 +335,11 @@ static QCString findAndCopyImage(const char *fileName,DocImage::Type type, bool
"could not write output image %s",qPrint(outputFile));
}
}
- else
- {
- warn(g_fileName,doctokenizerYYlineno,
- "Prevented to copy file %s onto itself!\n",qPrint(inputFile));
- }
+ //else
+ //{
+ // warn(g_fileName,doctokenizerYYlineno,
+ // "Prevented to copy file %s onto itself!\n",qPrint(inputFile));
+ //}
}
else
{