src/shortReads/i16Find/i16Find.c 1.3

1.3 2010/04/01 17:31:10 markd
fixed GCC portability issues
Index: src/shortReads/i16Find/i16Find.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/shortReads/i16Find/i16Find.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/shortReads/i16Find/i16Find.c	6 Nov 2008 07:03:00 -0000	1.2
+++ src/shortReads/i16Find/i16Find.c	1 Apr 2010 17:31:10 -0000	1.3
@@ -156,9 +156,9 @@
 
 int main(int argc, char *argv[])
 /* Process command line. */
 {
-verboseTime(1, NULL);
+verboseTimeInit();
 optionInit(&argc, argv, options);
 if (argc != 4)
     usage();
 maxRepeat = optionInt("maxRepeat", maxRepeat);