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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- util/check_lin_tif.c.or   2007-10-17 12:53:19.000000000 +0300
0
++ util/check_lin_tif.c   2007-10-17 13:02:29.000000000 +0300
Lines 251-257 Link Here
251
        if (!force_bad &&
251
        if (!force_bad &&
252
            ((XmVERSION == 2 && XmREVISION == 1) ||
252
            ((XmVERSION == 2 && XmREVISION == 1) ||
253
             (XmVERSION == 2 && XmREVISION == 2 && XmUPDATE_LEVEL == 3 &&
253
             (XmVERSION == 2 && XmREVISION == 2 && XmUPDATE_LEVEL == 3 &&
254
                 strcmp("@(#)Motif Version 2.2.3", vs) == 0))) {
254
                 strcmp("@(#)Motif Version 2.2.3", vs) == 0) ||
255
       (XmVERSION == 2 && XmREVISION == 3))) {
255
            exit(0);
256
            exit(0);
256
        }
257
        }
257
 
258
 

Return to bug 200628