Kaydet (Commit) 6c625fb8 authored tarafından Pascal Junck's avatar Pascal Junck

INTEGRATION: CWS ivo05 (1.10.18); FILE MERGED

2004/09/22 13:22:36 ihi 1.10.18.1: #i34128# Strip UTF8 Byte Order Marker
üst 7bc98ff5
......@@ -31,7 +31,7 @@ extern SetError();
extern char *GetOutputFile( int argc, char* argv[]);
extern FILE *GetCfgFile();
extern isQuiet();
extern void removeTempFile();
/* forwards */
void YYWarning();
......@@ -205,6 +205,8 @@ main( int argc, char* argv[])
if( !isQuiet() ){
fprintf( stdout, "\n===================================\n\n" );
}
/* return error level */
removeTempFile();
/* return error level */
return nRetValue;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment