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

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

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

2023-07-05 Thread Jonathan Wakely via Gcc-patches
On Wed, 5 Jul 2023 at 16:54, shuaitq via Libstdc++ wrote: > > 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. Thank you. The patch is correct and small enough to not require a copyright assi

[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

[PATCH] libstdc++: Fix fwrite error parameter

2023-07-05 Thread shuaitq 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