forked from KolibriOS/kolibrios
-added long file names support
-small bug fix git-svn-id: svn://kolibrios.org@244 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -3,5 +3,5 @@ int fflush(FILE* file)
|
||||
{
|
||||
if ((file->mode & 3)==FILE_OPEN_READ)
|
||||
return 0;
|
||||
return _msys_file_write(file->filename,file->filesize,file->buffer) ? EOF : 0;
|
||||
return _msys_file_write(file->filename, 0, file->filesize, file->buffer) ? EOF : 0;
|
||||
}
|
Reference in New Issue
Block a user