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:
ahodgkinson
2006-06-20 15:36:32 +00:00
parent b15d0a0694
commit 4da76e02e8

View File

@@ -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);