tra la la...

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@937 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-04-02 18:39:22 +00:00
parent 4c9337fd35
commit 940f2ede3c
1 changed files with 2 additions and 2 deletions

View File

@ -2006,7 +2006,7 @@ int QCC_PR_CheakCompConst(void)
time_t long_time; time_t long_time;
time( &long_time ); time( &long_time );
strftime( retbuf, sizeof(retbuf), strftime( retbuf, sizeof(retbuf),
"%R", localtime( &long_time )); "\"%R\"", localtime( &long_time ));
pr_file_p = retbuf; pr_file_p = retbuf;
QCC_PR_Lex(); //translate the macro's value QCC_PR_Lex(); //translate the macro's value
@ -2021,7 +2021,7 @@ int QCC_PR_CheakCompConst(void)
time_t long_time; time_t long_time;
time( &long_time ); time( &long_time );
strftime( retbuf, sizeof(retbuf), strftime( retbuf, sizeof(retbuf),
"%a %d %b %Y", localtime( &long_time )); "\"%a %d %b %Y\"", localtime( &long_time ));