summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-06-05 17:22:31 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-06-05 17:22:31 (GMT)
commitf1650259923b100b77173f85821915a5e4eeb0ba (patch)
tree95617fb55ba3dc7fb235e0e08507cb9fa2c0ffaa /win
parent8a90be9a1087bff0553a828d64cb181cbd5504d9 (diff)
parent3cdd3064b55f4ac8bc05e222696f0e36e52366ab (diff)
downloadtcl-f1650259923b100b77173f85821915a5e4eeb0ba.zip
tcl-f1650259923b100b77173f85821915a5e4eeb0ba.tar.gz
tcl-f1650259923b100b77173f85821915a5e4eeb0ba.tar.bz2
Merge 8.6; update changes.
Diffstat (limited to 'win')
-rw-r--r--win/tclWinPipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinPipe.c b/win/tclWinPipe.c
index 5246d53..fe0ed2d 100644
--- a/win/tclWinPipe.c
+++ b/win/tclWinPipe.c
@@ -1482,7 +1482,7 @@ BuildCommandLine(
Tcl_UniChar ch;
for (start = arg; *start != '\0'; start += count) {
- count = Tcl_UtfToUniChar(start, &ch);
+ count = TclUtfToUniChar(start, &ch);
if (Tcl_UniCharIsSpace(ch)) { /* INTL: ISO space. */
quote = 1;
break;