src/hg/hgTables/sumStats.c 1.29

1.29 2010/06/03 18:54:00 kent
Fixing symbol conflict with table browser isBigWig function and new library function.
Index: src/hg/hgTables/sumStats.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/sumStats.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -b -B -U 4 -r1.28 -r1.29
--- src/hg/hgTables/sumStats.c	20 May 2009 20:59:57 -0000	1.28
+++ src/hg/hgTables/sumStats.c	3 Jun 2010 18:54:00 -0000	1.29
@@ -374,9 +374,9 @@
 {
 hgBotDelay();
 if (isWiggle(database, curTable))
     doSummaryStatsWiggle(conn);
-else if (isBigWig(curTable))
+else if (isBigWigTable(curTable))
     doSummaryStatsBigWig(conn);
 else if (isChromGraph(findTdbForTable(database, curTrack, curTable, ctLookupName)))
     doSummaryStatsChromGraph(conn);
 else if (sameWord(curTable,WIKI_TRACK_TABLE))