fix compilation for gcc >= 4.4

This commit is contained in:
rafael@riseup.net 2009-11-11 16:21:05 +00:00
parent 63c68d3659
commit ad6e96aa8b
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) {