src/lib/udc.c 1.10

1.10 2009/02/11 23:43:09 galt
moving some udc http declarations to .h file so I can call them for testing
Index: src/lib/udc.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/lib/udc.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -b -B -U 4 -r1.9 -r1.10
--- src/lib/udc.c	11 Feb 2009 21:57:21 -0000	1.9
+++ src/lib/udc.c	11 Feb 2009 23:43:09 -0000	1.10
@@ -300,9 +300,9 @@
     { /* Handle error */;
     errAbort("mktime failed while parsing last-modified string [%s]", lastModString);
     }
 
-//printf("seconds since the Epoch: %ld\n", (long) t);"
+//printf("seconds since the Epoch: %lld\n", (long long) t);"
 
 retInfo->updateTime = t;
 
 hashFree(&hash);