Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 410527 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- scid_vs_pc-4.6/src/tkscid.cpp.orig
0
++ scid_vs_pc-4.6/src/tkscid.cpp
Lines 10887-10897 Link Here
10887
          }
10887
          }
10888
        }
10888
        }
10889
10889
10890
        if (str1 && strIsPrefix (prefix, str1)) {
10890
        if (str1 == "" && strIsPrefix (prefix, str1)) {
10891
            Tcl_AppendElement (ti, str1);
10891
            Tcl_AppendElement (ti, str1);
10892
            str1[0]=0;
10892
            str1[0]=0;
10893
        }
10893
        }
10894
        if (str2 && strIsPrefix (prefix, str2)) {
10894
        if (str2 == "" && strIsPrefix (prefix, str2)) {
10895
            Tcl_AppendElement (ti, str2);
10895
            Tcl_AppendElement (ti, str2);
10896
            str2[0]=0;
10896
            str2[0]=0;
10897
        }
10897
        }

Return to bug 410527