summaryrefslogtreecommitdiffstats
path: root/win/tclWin32Dll.c
diff options
context:
space:
mode:
Diffstat (limited to 'win/tclWin32Dll.c')
-rw-r--r--win/tclWin32Dll.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/tclWin32Dll.c b/win/tclWin32Dll.c
index 2216a66..13a3dec 100644
--- a/win/tclWin32Dll.c
+++ b/win/tclWin32Dll.c
@@ -524,6 +524,7 @@ Tcl_WinTCharToUtf(
memmove(r+2, r+1, p-r+size-1);
memcpy(r++, "\xC0\x80", 2);
Tcl_DStringSetLength(dsPtr, ++size + 1);
+ r = p = (char *)Tcl_DStringValue(dsPtr);
}
++r;
}