eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] eliot/dic compdic.cpp


From: Olivier Teulière
Subject: [Eliot-dev] eliot/dic compdic.cpp
Date: Mon, 04 Jan 2010 21:00:33 +0000

CVSROOT:        /cvsroot/eliot
Module name:    eliot
Changes by:     Olivier Teulière <ipkiss>       10/01/04 21:00:33

Modified files:
        dic            : compdic.cpp 

Log message:
        Made an error message clearer

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/dic/compdic.cpp?cvsroot=eliot&r1=1.15&r2=1.16

Patches:
Index: compdic.cpp
===================================================================
RCS file: /cvsroot/eliot/eliot/dic/compdic.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- compdic.cpp 2 Jan 2010 12:44:56 -0000       1.15
+++ compdic.cpp 4 Jan 2010 21:00:33 -0000       1.16
@@ -82,7 +82,7 @@
 {
     struct stat stat_buf;
     if (stat(iFileName.c_str(), &stat_buf) < 0)
-        throw DicException((fmt(_("Cannot stat file '%1%'")) % 
iFileName).str());
+        throw DicException((fmt(_("Could not open file '%1%'")) % 
iFileName).str());
     return (unsigned int)stat_buf.st_size;
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]