fix compilation for gcc >= 4.4
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user