pkgsrc/x11/Xaw3d/patches/patch-ae
reed 69f205360c Add patch and bump revision.
This is for PR 37610 to fix internationalized text bug.

This fix was already in XFree86 and Xorg libXaw versions since at
least Nov. 2004 and in Fedora for Xaw3d since 2002.
2007-12-27 14:14:24 +00:00

16 lines
669 B
Text

$NetBSD: patch-ae,v 1.1 2007/12/27 14:14:24 reed Exp $
Already in XFree86 and X.org versions since at least Nov. 2004.
Also in Fedora version since Aug 09 2002.
http://rpmfind.net//linux/RPM/fedora/7/x86_64/Xaw3d-1.5E-10.1.i386.html
--- MultiSrc.c.orig Tue Aug 6 22:51:08 2002
+++ MultiSrc.c Tue Aug 6 22:51:16 2002
@@ -735,6 +735,7 @@
if ( string_set || (old_src->multi_src.type != src->multi_src.type) ) {
RemoveOldStringOrFile(old_src, string_set);
+ src->multi_src.allocated_string = old_src->multi_src.allocated_string;
file = InitStringOrFile(src, string_set);
/* Load pieces does this logic for us, but it shouldn't. Its messy.*/