diff options
Diffstat (limited to 'contrib/uuid/uuid_time.c')
| -rw-r--r-- | contrib/uuid/uuid_time.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/uuid/uuid_time.c b/contrib/uuid/uuid_time.c index f25f5c90fe5..ccaa542fed0 100644 --- a/contrib/uuid/uuid_time.c +++ b/contrib/uuid/uuid_time.c @@ -52,6 +52,7 @@  #include <time.h>  #include "uuidP.h" +#include "logging.h"  time_t uuid_time(const uuid_t uu, struct timeval *ret_tv)  { @@ -163,8 +164,7 @@ main(int argc, char **argv)  		printf("Warning: not a time-based UUID, so UUID time "  		       "decoding will likely not work!\n");  	} -	printf("UUID time is: (%ld, %ld): %s\n", tv.tv_sec, tv.tv_usec, -	       ctime(&time_reg)); +	printf("UUID time is: (%" GF_PRI_SECOND ", %" GF_PRI_USEC "): %s\n", tv.tv_sec, tv.tv_usec, ctime(&time_reg));  	return 0;  }  | 
