aboutsummaryrefslogtreecommitdiff
path: root/multimedia/fxtv/files/patch-ab
blob: 9d861c66b4296ed2f0e731b7ea1e5d6107bb1252 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- xutil.c.orig	Thu May  6 12:13:10 1999
+++ xutil.c	Thu May  6 01:41:39 1999
@@ -666,7 +666,7 @@
 
     /*  Look up cached value  */
     for ( i = 0; i < Vlist_len; i++ )
-        if ( Vlist[i].visualid = vi->visualid )
+        if ( Vlist[i].visualid == vi->visualid )
             break;
 
     /*  Didn't have a cached value?  Go figure it out.  */