K 10 svn:author V 3 tjr K 8 svn:date V 27 2003-11-12T08:49:12.000000Z K 7 svn:log V 247 Use __sfvwrite() instead of __sputc() via __fputwc() to write to fake string files (__SSTR flag set). This is necessary because __sputc() does not respect the __SALC flag, and crashes trying to flush the buffer instead of resizing it. PR: 59167 END