48a1b194304a752be39073981ab383e2b6f32c49
braney
  Mon Aug 2 17:46:26 2010 -0700
change back to old code
diff --git src/hg/lib/trackDbCustom.c src/hg/lib/trackDbCustom.c
index 9be91da..58fe95c 100644
--- src/hg/lib/trackDbCustom.c
+++ src/hg/lib/trackDbCustom.c
@@ -250,7 +250,7 @@
 struct trackDb *trackDbFromRa(char *raFile)
 /* Load track info from ra file into list. */
 {
-struct lineFile *lf = netLineFileOpen(raFile);
+struct lineFile *lf = lineFileOpen(raFile, TRUE);
 char *line, *word;
 struct trackDb *btList = NULL, *bt;
 boolean done = FALSE;