src/hg/hgTables/wiggle.c 1.71

1.71 2009/03/17 04:28:39 kent
Adding parameter to getHti, and creating a hti object for bigBed tables out of the associated .as information.
Index: src/hg/hgTables/wiggle.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/wiggle.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -b -B -U 4 -r1.70 -r1.71
--- src/hg/hgTables/wiggle.c	13 Mar 2009 21:40:33 -0000	1.70
+++ src/hg/hgTables/wiggle.c	17 Mar 2009 04:28:39 -0000	1.71
@@ -809,9 +809,9 @@
 	    typeWiggle = TRUE;
 	}
     else
 	{
-	struct hTableInfo *hti = maybeGetHti(db, table);
+	struct hTableInfo *hti = maybeGetHtiOnDb(db, table);
 	typeWiggle = (hti != NULL && HTI_IS_WIGGLE);
 	}
     }
 return(typeWiggle);