src/hg/hgTables/custom.c 1.42

1.42 2009/06/05 21:59:00 angie
Restored a line of code inadvertently deleted in 1.38 (green beer ? ;)
Index: src/hg/hgTables/custom.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/custom.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -b -B -U 4 -r1.41 -r1.42
--- src/hg/hgTables/custom.c	20 May 2009 20:59:56 -0000	1.41
+++ src/hg/hgTables/custom.c	5 Jun 2009 21:59:00 -0000	1.42
@@ -548,8 +548,9 @@
     	region, lm, NULL);
     for (bed = bedList; bed != NULL; bed = bed->next)
 	{
 	tabBedRowFile(bed, chosenFields, f);
+	++count;
 	}
     lmCleanup(&lm);
     }
 if (count == 0)