From d6d9d92060423c36c4badb814b2d88be198bf4ed Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Tue, 8 Feb 2022 14:23:39 +0000 Subject: Correct previous commit (Windows build error) --- generic/tclUtil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/tclUtil.c b/generic/tclUtil.c index 01548ae..2f31960 100644 --- a/generic/tclUtil.c +++ b/generic/tclUtil.c @@ -804,7 +804,7 @@ TclCopyAndCollapse( if (c == '\\') { char buf[4] = ""; int numRead; - int backslashCount = TclParseBackslash(src, count, &numRead, &buf); + int backslashCount = TclParseBackslash(src, count, &numRead, buf); memcpy(dst, buf, backslashCount); dst += backslashCount; -- cgit v0.12