From ae874e4d5bd34c53ac44456be48fb58f23c00a8d Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 11 Apr 2010 12:11:05 +0000 Subject: [PATCH] Avoided printing of possibly uninitialized integer --- xorriso/xorriso_timestamp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 4b90119e..4c24e59c 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2010.04.11.120902" +#define Xorriso_timestamP "2010.04.11.121002"