src/hg/hgcentralTidy/hgcentralTidy.c 1.3
1.3 2009/07/21 18:25:59 galt
minor typo
Index: src/hg/hgcentralTidy/hgcentralTidy.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgcentralTidy/hgcentralTidy.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/hg/hgcentralTidy/hgcentralTidy.c 1 May 2008 20:43:43 -0000 1.2
+++ src/hg/hgcentralTidy/hgcentralTidy.c 21 Jul 2009 18:25:59 -0000 1.3
@@ -116,9 +116,9 @@
AllocVar(tmLastUse);
if (!strptime(row[1], "%Y-%m-%d %H:%M:%S", tmFirstUse))
errAbort("strptime failed for %s", row[1]);
if (!strptime(row[2], "%Y-%m-%d %H:%M:%S", tmLastUse))
- errAbort("strptime failed for %s", row[1]);
+ errAbort("strptime failed for %s", row[2]);
time_t firstUse, lastUse, now;
now = time(NULL);
firstUse = mktime(tmFirstUse);