backported trunk fix for gcc 4.4
This commit is contained in:
parent
ad6e96aa8b
commit
4e00387873
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in New Issue