eliot-dev
[Top][All Lists]
Advanced

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

[Eliot-dev] eliot/dic encoding.cpp


From: eliot-dev
Subject: [Eliot-dev] eliot/dic encoding.cpp
Date: Mon, 28 Jul 2008 20:24:06 +0000

CVSROOT:        /cvsroot/eliot
Module name:    eliot
Changes by:     Olivier Teulière <ipkiss>      08/07/28 20:24:06

Modified files:
        dic            : encoding.cpp 

Log message:
        Cosmetic change

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/dic/encoding.cpp?cvsroot=eliot&r1=1.3&r2=1.4

Patches:
Index: encoding.cpp
===================================================================
RCS file: /cvsroot/eliot/eliot/dic/encoding.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- encoding.cpp        11 Jan 2008 10:09:26 -0000      1.3
+++ encoding.cpp        28 Jul 2008 20:24:06 -0000      1.4
@@ -377,7 +377,7 @@
     if (res == (size_t)(-1))
     {
         throw DicException("writeInUTF8: iconv failed (" +
-                           iContext + ")" + string(strerror(errno)));
+                           iContext + "): " + string(strerror(errno)));
     }
     // Return the number of written bytes
     return iBufSize - outChars;




reply via email to

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