summaryrefslogtreecommitdiff
path: root/editors/nedit/files/patch-ae
blob: 85c9a5d5222db94504e19ae996deb23a3afcb6b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- util/check_lin_tif.c.orig	Thu Nov 13 02:09:50 2003
+++ util/check_lin_tif.c	Sun Aug 15 17:43:47 2004
@@ -252,7 +252,7 @@
 
         /* Check for the dreaded Open Motif 2.2.2 */
         if (force_bad || 
-                (XmVERSION == 2 && XmREVISION == 2 && XmUPDATE_LEVEL <= 3)) {
+                (XmVERSION == 2 && XmREVISION == 2 && XmUPDATE_LEVEL < 3)) {
             fprintf(stderr, "ERROR:  Bad Open Motif Version:\n\t%s\n", vs);
             fprintf(stderr, 
                 "\nThis version of Open Motif is known to be broken and is\n"
@@ -262,7 +262,8 @@
                 "\thttp://www.motifdeveloper.com/tips/tip22.html\n"
                 "\thttp://www.motifdeveloper.com/tips/Motif22Review.pdf\n");
             finish(1, tif);
-        }    
+        }  
+        exit(0);
     }
 #endif