Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 4007fd5095a6b20497c2941a4d27e148 > files > 4

nedit-5.5-15.mga5.src.rpm

--- nedit-5.5/util/check_lin_tif.c.motif223	2004-07-21 13:32:07.000000000 +0200
+++ nedit-5.5/util/check_lin_tif.c	2004-12-27 10:06:36.378060568 +0100
@@ -255,6 +255,11 @@ int main() {
             exit(0);
         }
 
+        /* Check for Open Motif 2.2.3 and up */
+        if (!force_bad && XmVERSION == 2 && XmREVISION == 2 && XmUPDATE_LEVEL > 2) {
+            exit(0);
+        }
+
         /* Check for the dreaded Open Motif 2.2.2 (some variants of which
            claim to be 2.2.3, but the version string gives them away). */
         if (force_bad ||