Re: [Mingw-w64-public] [PATCH 04/18] winpthreads: Format error string with snprintf

2023-11-29 Thread Antonin Décimo
Le mer. 29 nov. 2023 à 17:26, Martin Storsjö a écrit : > > On Wed, 29 Nov 2023, LIU Hao wrote: > > > 在 2023/11/29 18:38, Antonin Décimo 写道: > >> Previous code was too complex and hard to understand, and snprintf > >> fits the job nicely. > >> > >> Signed-off-by: Antonin Décimo > >> --- > >> min

Re: [Mingw-w64-public] [PATCH 04/18] winpthreads: Format error string with snprintf

2023-11-29 Thread Martin Storsjö
On Wed, 29 Nov 2023, LIU Hao wrote: 在 2023/11/29 18:38, Antonin Décimo 写道: Previous code was too complex and hard to understand, and snprintf fits the job nicely. Signed-off-by: Antonin Décimo --- mingw-w64-libraries/winpthreads/src/thread.c | 21 1 file changed, 4 i

Re: [Mingw-w64-public] [PATCH 04/18] winpthreads: Format error string with snprintf

2023-11-29 Thread LIU Hao
在 2023/11/29 18:38, Antonin Décimo 写道: Previous code was too complex and hard to understand, and snprintf fits the job nicely. Signed-off-by: Antonin Décimo --- mingw-w64-libraries/winpthreads/src/thread.c | 21 1 file changed, 4 insertions(+), 17 deletions(-) +

[Mingw-w64-public] [PATCH 04/18] winpthreads: Format error string with snprintf

2023-11-29 Thread Antonin Décimo
Previous code was too complex and hard to understand, and snprintf fits the job nicely. Signed-off-by: Antonin Décimo --- mingw-w64-libraries/winpthreads/src/thread.c | 21 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/mingw-w64-libraries/winpthreads/src/thr