src/hg/hgTables/mainPage.c 1.154
1.154 2010/06/03 18:53:59 kent
Fixing symbol conflict with table browser isBigWig function and new library function.
Index: src/hg/hgTables/mainPage.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/mainPage.c,v
retrieving revision 1.153
retrieving revision 1.154
diff -b -B -U 4 -r1.153 -r1.154
--- src/hg/hgTables/mainPage.c 24 May 2010 21:55:07 -0000 1.153
+++ src/hg/hgTables/mainPage.c 3 Jun 2010 18:53:59 -0000 1.154
@@ -636,9 +636,9 @@
hti = getHti(database, curTable, conn);
isPositional = htiIsPositional(hti);
}
isWig = isWiggle(database, curTable);
- if (isBigWig(curTable))
+ if (isBigWigTable(curTable))
{
isPositional = TRUE;
isWig = TRUE;
}