pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r2518 - trunk/src


From: grumbel at BerliOS
Subject: [Pingus-CVS] r2518 - trunk/src
Date: Thu, 1 Dec 2005 18:47:59 +0100

Author: grumbel
Date: 2005-12-01 18:47:39 +0100 (Thu, 01 Dec 2005)
New Revision: 2518

Modified:
   trunk/src/tinygettext.cxx
Log:
- moved ICONV_CONST back into place

Modified: trunk/src/tinygettext.cxx
===================================================================
--- trunk/src/tinygettext.cxx   2005-12-01 16:10:05 UTC (rev 2517)
+++ trunk/src/tinygettext.cxx   2005-12-01 17:47:39 UTC (rev 2518)
@@ -92,7 +92,7 @@
                size_t in_size = text.size();
                size_t out_size = 4*in_size; // Worst case scenario: ASCII -> 
UTF-32?
                std::string result(out_size, ' ');
-                char* in_str = &text[0];
+                ICONV_CONST char* in_str  = &text[0];
                char* out_str = &result[0];
  
                // Try to convert the text.





reply via email to

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