[PATCH 4/5 v2] msvcrt: Call invalid parameter handler in strftime.
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- dlls/msvcrt/time.c | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-)
Maybe not a big deal, but is there a reason for all of the double semi-colons? + goto einval_error;; On Wed, Nov 13, 2019 at 3:08 PM Piotr Caban <piotr(a)codeweavers.com> wrote:
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- dlls/msvcrt/time.c | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-)
On Wed, Nov 13, 2019 at 4:06 PM Jeff Smith <whydoubt(a)gmail.com> wrote:
Maybe not a big deal, but is there a reason for all of the double semi-colons? + goto einval_error;;
On Wed, Nov 13, 2019 at 3:08 PM Piotr Caban <piotr(a)codeweavers.com> wrote:
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- dlls/msvcrt/time.c | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-)
Never mind, I assume Alexandre must have fixed this before pushing.
participants (2)
-
Jeff Smith -
Piotr Caban