diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-12-20 01:34:09 -0800 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-12-20 01:34:09 -0800 |
commit | 3a91332a70abfc777a352c46727f54426c982371 (patch) | |
tree | e2ea6da7b045af8daf749c957b70bdf721864a1e /win32/regex | |
parent | 28e250cda01038c91fb9b69206c6f61f24764469 (diff) |
A few more Win32 / VisualStudio fixes.
Diffstat (limited to 'win32/regex')
-rw-r--r-- | win32/regex/msvc-regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |