From 508ac52ac0bd14cc10bc41ba233707cefce8f4cb Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Mon, 29 Sep 2008 09:06:37 +0000 Subject: [PATCH] previous commit: revert debugging code. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26613 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/FileName.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/support/FileName.cpp b/src/support/FileName.cpp index 6883b7bda1..2126039297 100644 --- a/src/support/FileName.cpp +++ b/src/support/FileName.cpp @@ -530,7 +530,7 @@ unsigned long FileName::checksum() const LYXERR0('"' << absFilename() << "\" is a directory!"); return 0; } - if (0)//!lyxerr.debugging(Debug::FILES)) + if (!lyxerr.debugging(Debug::FILES)) return d->checksum(); QTime t;