--- parser3/src/classes/image.C 2003/09/01 07:12:23 1.92 +++ parser3/src/classes/image.C 2003/10/30 12:46:23 1.94 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_IMAGE_C="$Date: 2003/09/01 07:12:23 $"; +static const char* IDENT_IMAGE_C="$Date: 2003/10/30 12:46:23 $"; /* jpegsize: gets the width and height (in pixels) of a jpeg file @@ -410,7 +410,7 @@ static Value* parse_IFD_entry_formatted_ strcpy(cstr_writable, cstr); time_t t=cstr_to_time_t(cstr_writable, - 0/* do not throw exception, just return bad result */); + false/* do not throw exception, just return bad result */); if(t>=0) return new VDate(t); } @@ -427,7 +427,7 @@ static Value* parse_IFD_entry_formatted_ HashStringValue& hash=result->hash(); for(uint i=0; i