From 3a91332a70abfc777a352c46727f54426c982371 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Fri, 20 Dec 2013 01:34:09 -0800 Subject: A few more Win32 / VisualStudio fixes. --- win32/regex/msvc-regex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/regex/msvc-regex.c') diff --git a/win32/regex/msvc-regex.c b/win32/regex/msvc-regex.c index f0746f8..2d74eae 100644 --- a/win32/regex/msvc-regex.c +++ b/win32/regex/msvc-regex.c @@ -4078,7 +4078,7 @@ re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop) `pop_failure_point'. */ unsigned dummy_low_reg, dummy_high_reg; unsigned char *pdummy; - const char *sdummy; + const char *sdummy = NULL; DEBUG_PRINT1 ("EXECUTING pop_failure_jump.\n"); POP_FAILURE_POINT (sdummy, pdummy, -- cgit v1.2.3