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