Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / x11 / Xaw3d / patches / patch-ae
blob10fa919af97757509eff9f9c21057b8dd3cbbd1a
1 $NetBSD$
3 Already in XFree86 and X.org versions since at least Nov. 2004.
4 Also in Fedora version since Aug 09 2002.
5 http://rpmfind.net//linux/RPM/fedora/7/x86_64/Xaw3d-1.5E-10.1.i386.html
7 --- MultiSrc.c.orig     Tue Aug  6 22:51:08 2002
8 +++ MultiSrc.c  Tue Aug  6 22:51:16 2002
9 @@ -735,6 +735,7 @@
10    
11    if ( string_set || (old_src->multi_src.type != src->multi_src.type) ) {
12      RemoveOldStringOrFile(old_src, string_set);
13 +    src->multi_src.allocated_string = old_src->multi_src.allocated_string;
14      file = InitStringOrFile(src, string_set);
16      /* Load pieces does this logic for us, but it shouldn't.  Its messy.*/