fix compilation for gcc >= 4.4
This commit is contained in:
parent
63c68d3659
commit
ad6e96aa8b
|
@ -294,9 +294,9 @@ Util :: fileAddDate ( const char * str,
|
||||||
const char * format ) throw ( Exception )
|
const char * format ) throw ( Exception )
|
||||||
{
|
{
|
||||||
unsigned int size;
|
unsigned int size;
|
||||||
|
const char * last;
|
||||||
char * s;
|
char * s;
|
||||||
char * strdate;
|
char * strdate;
|
||||||
char * last;
|
|
||||||
time_t now;
|
time_t now;
|
||||||
|
|
||||||
if ( !str ) {
|
if ( !str ) {
|
||||||
|
|
Loading…
Reference in New Issue