Added call to fflush in f_printf().
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@589 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -783,7 +783,8 @@ FLMINT FLMAPI f_printf(
|
||||
f_va_end(args);
|
||||
|
||||
#ifndef FLM_RING_ZERO_NLM
|
||||
printf( szTmpBuf);
|
||||
fprintf( stdout, szTmpBuf);
|
||||
fflush( stdout);
|
||||
#endif
|
||||
|
||||
return( iLen);
|
||||
|
||||
Reference in New Issue
Block a user