made a lot of changes
This commit is contained in:
@@ -17,7 +17,7 @@ sprintf(char * s, const char *format, ...)
|
||||
va_start(ap, format);
|
||||
|
||||
tmp_stream._fd = -1;
|
||||
tmp_stream._flags = _IOWRITE + _IONBF;
|
||||
tmp_stream._flags = _IOWRITE + _IONBF + _IOWRITING;
|
||||
tmp_stream._buf = (unsigned char *) s;
|
||||
tmp_stream._ptr = (unsigned char *) s;
|
||||
tmp_stream._count = 32767;
|
||||
|
||||
Reference in New Issue
Block a user