Skip to content
Snippets Groups Projects
  • Tianqiang Shuai's avatar
    bb4f8f14
    libstdc++: Fix fwrite error parameter · bb4f8f14
    Tianqiang Shuai authored
    The first parameter of fwrite should be the const char* __s which want
    write to FILE *__file, rather than the FILE *__file write to the FILE
    *__file.
    
    libstdc++-v3/ChangeLog:
    
    	* config/io/basic_file_stdio.cc (xwrite) [USE_STDIO_PURE]: Fix
    	first argument.
    bb4f8f14
    History
    libstdc++: Fix fwrite error parameter
    Tianqiang Shuai authored
    The first parameter of fwrite should be the const char* __s which want
    write to FILE *__file, rather than the FILE *__file write to the FILE
    *__file.
    
    libstdc++-v3/ChangeLog:
    
    	* config/io/basic_file_stdio.cc (xwrite) [USE_STDIO_PURE]: Fix
    	first argument.