diff options
Diffstat (limited to 'editors/biew/patches/patch-af')
-rw-r--r-- | editors/biew/patches/patch-af | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/biew/patches/patch-af b/editors/biew/patches/patch-af new file mode 100644 index 00000000000..20f79c074fe --- /dev/null +++ b/editors/biew/patches/patch-af @@ -0,0 +1,16 @@ +$NetBSD: patch-af,v 1.1 2006/06/30 22:22:58 wiz Exp $ + +--- biewlib/twin.c.orig 2003-05-28 16:30:26.000000000 +0000 ++++ biewlib/twin.c +@@ -1891,9 +1891,9 @@ int __FASTCALL__ twPutS(const char *str) + strcpy(__nls,str); + __nls_OemToOsdep((unsigned char *)__nls,len); + } +- else (const char *)__nls = str; ++ else __nls = str; + } +- else (const char *)__nls = str; ++ else __nls = str; + __nls_ptr = __nls; + __oem_ptr = str; + vidx = active->cur_x + active->cur_y*active->wwidth; |