Re: [PATCH] msvcrt: Add _vfprintf_l.
Hi, On 09/18/17 03:10, Gijs Vermeulen wrote:
+/********************************************************************* + * _vfprintf_l (MSVCRT.@) + */ +int CDECL MSVCRT__vfprintf_l(MSVCRT_FILE* file, const char *format, + MSVCRT__locale_t locale, __ms_va_list valist) Please fix the indentation here. Except of that the patch looks good for me.
Thanks, Piotr
Hi, Thanks for the review, I sent a fixed version. Sincerely, Gijs Op 18 sep. 2017 18:28 schreef "Piotr Caban" <piotr.caban(a)gmail.com>:
Hi,
On 09/18/17 03:10, Gijs Vermeulen wrote:
+/********************************************************************* + * _vfprintf_l (MSVCRT.@) + */ +int CDECL MSVCRT__vfprintf_l(MSVCRT_FILE* file, const char *format, + MSVCRT__locale_t locale, __ms_va_list valist)
Please fix the indentation here. Except of that the patch looks good for me.
Thanks, Piotr
participants (2)
-
Gijs Vermeulen -
Piotr Caban