src/hg/hgTables/intersect.c 1.54

1.54 2010/06/03 18:53:59 kent
Fixing symbol conflict with table browser isBigWig function and new library function.
Index: src/hg/hgTables/intersect.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/intersect.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -b -B -U 4 -r1.53 -r1.54
--- src/hg/hgTables/intersect.c	11 May 2010 01:43:25 -0000	1.53
+++ src/hg/hgTables/intersect.c	3 Jun 2010 18:53:59 -0000	1.54
@@ -211,9 +211,9 @@
 
 
 if (!wigOptions)
     {
-    boolean bigWig = isBigWig(curTable);
+    boolean bigWig = isBigWigTable(curTable);
     hPrintf("<H4>Intersect bases covered by %s and/or %s:</H4>\n",
 	    name, iName);
     if (!bigWig)
 	hPrintf("These combinations will discard the names and "