From 4e00387873402ba940662b681603a068b96fe683 Mon Sep 17 00:00:00 2001 From: "rafael@riseup.net" Date: Wed, 11 Nov 2009 16:24:12 +0000 Subject: [PATCH] backported trunk fix for gcc 4.4 --- darkice/branches/darkice-macosx/src/Util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darkice/branches/darkice-macosx/src/Util.cpp b/darkice/branches/darkice-macosx/src/Util.cpp index ee3bfa9..ca6dd37 100644 --- a/darkice/branches/darkice-macosx/src/Util.cpp +++ b/darkice/branches/darkice-macosx/src/Util.cpp @@ -294,9 +294,9 @@ Util :: fileAddDate ( const char * str, const char * format ) throw ( Exception ) { unsigned int size; + const char * last; char * s; char * strdate; - char * last; time_t now; if ( !str ) {