summaryrefslogtreecommitdiffstats
path: root/generic/tclParse.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-03-07 14:55:52 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-03-07 14:55:52 (GMT)
commitb1c2f2c9c6fcb329f1e23f9f5f1ef53c84b01bae (patch)
tree871426a91a1ab5e0e8b02b1efaf97c446bb19a7b /generic/tclParse.c
parentbc0ce06bc7fe8a1bfc555fe2025b979c17136564 (diff)
downloadtcl-b1c2f2c9c6fcb329f1e23f9f5f1ef53c84b01bae.zip
tcl-b1c2f2c9c6fcb329f1e23f9f5f1ef53c84b01bae.tar.gz
tcl-b1c2f2c9c6fcb329f1e23f9f5f1ef53c84b01bae.tar.bz2
merge trunk + partial improvements to comments
Diffstat (limited to 'generic/tclParse.c')
-rw-r--r--generic/tclParse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclParse.c b/generic/tclParse.c
index 963fad6..158ff42 100644
--- a/generic/tclParse.c
+++ b/generic/tclParse.c
@@ -2219,8 +2219,8 @@ TclSubstTokens(
break;
case TCL_TOKEN_BS:
- appendByteLength = Tcl_UtfBackslash(tokenPtr->start, NULL,
- utfCharBytes);
+ appendByteLength = TclParseBackslash(tokenPtr->start,
+ tokenPtr->size, NULL, utfCharBytes);
append = utfCharBytes;
/*
* If the backslash sequence we found is in a literal, and