[Pkg-mc-commits] r149 - trunk/debian/patches/utf8

winnie at alioth.debian.org winnie at alioth.debian.org
Mon Jun 9 16:38:55 UTC 2008


Author: winnie
Date: 2008-06-09 16:38:54 +0000 (Mon, 09 Jun 2008)
New Revision: 149

Added:
   trunk/debian/patches/utf8/tty.patch
Log:
Add patch for important bug


Added: trunk/debian/patches/utf8/tty.patch
===================================================================
--- trunk/debian/patches/utf8/tty.patch	                        (rev 0)
+++ trunk/debian/patches/utf8/tty.patch	2008-06-09 16:38:54 UTC (rev 149)
@@ -0,0 +1,11 @@
+--- ./src/tty.c
++++ ./src/tty.c
+@@ -139,7 +139,7 @@
+      * good for me. So please don't mess with Red Hat people.
+      * 					Jindrich Novy (jnovy at redhat.com)
+      */
+-    SLsmg_write_char(c);
++    SLsmg_write_nwchars(&c, 1);
+ #else
+     addch(c);
+ #endif




More information about the Pkg-mc-commits mailing list