Re: Re: [PATCH] libstdc++: Fix fwrite error parameter

2023-07-05 Thread Tianqiang Shuai via Gcc-patches
Thanks a lot.

[PATCH] libstdc++: Fix fwrite error parameter

2023-07-05 Thread Tianqiang Shuai via Gcc-patches
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. 0001-Fix-fwrite-error-parameter.txt Description: Binary data

[PATCH] libstdc++: Fix fwrite error parameter

2023-07-05 Thread Tianqiang Shuai via Gcc-patches
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. 0001-Fix-fwrite-error-parameter.txt Description: Binary data