diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
commit | b919b8311bc5d38e5731d40525c88c54816f4530 (patch) | |
tree | 35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /multimedia/fxtv/files/patch-ab | |
parent | Despite what I said before, this is the official INDEX file for (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'multimedia/fxtv/files/patch-ab')
-rw-r--r-- | multimedia/fxtv/files/patch-ab | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/fxtv/files/patch-ab b/multimedia/fxtv/files/patch-ab deleted file mode 100644 index 9d861c66b429..000000000000 --- a/multimedia/fxtv/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- 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. */ |