Author: charles                      Date: Tue Jan  3 02:20:13 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix unicode convert (vlc: SIGSEGV, amule: crash with BT)

---- Files affected:
SOURCES:
   wxWidgets-intl.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/wxWidgets-intl.patch
diff -u /dev/null SOURCES/wxWidgets-intl.patch:1.1
--- /dev/null   Tue Jan  3 03:20:13 2006
+++ SOURCES/wxWidgets-intl.patch        Tue Jan  3 03:20:08 2006
@@ -0,0 +1,14 @@
+--- wxWidgets-2.6.2/src/common/intl.cpp.old    2005-09-20 15:35:21.000000000 
+0200
++++ wxWidgets-2.6.2/src/common/intl.cpp        2006-01-02 21:08:47.000000000 
+0100
+@@ -1262,7 +1262,11 @@
+     }
+     else // no conversion needed
+     {
++#if wxUSE_UNICODE
++      inputConv = wxConvCurrent;
++#else
+         inputConv = NULL;
++#endif
+     }
+ 
+     // conversion to apply to msgid strings before looking them up: we only
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to