summaryrefslogtreecommitdiffstats
path: root/win/tclWinSerial.c
diff options
context:
space:
mode:
Diffstat (limited to 'win/tclWinSerial.c')
-rw-r--r--win/tclWinSerial.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinSerial.c b/win/tclWinSerial.c
index c3144e3..f05207f 100644
--- a/win/tclWinSerial.c
+++ b/win/tclWinSerial.c
@@ -11,7 +11,7 @@
*
* Serial functionality implemented by Rolf.Schroedter@dlr.de
*
- * RCS: @(#) $Id: tclWinSerial.c,v 1.41 2010/01/13 06:46:56 nijtmans Exp $
+ * RCS: @(#) $Id: tclWinSerial.c,v 1.42 2010/02/15 22:56:19 nijtmans Exp $
*/
#include "tclWinInt.h"
@@ -1682,7 +1682,7 @@ SerialSetOptionProc(
}
return TCL_ERROR;
}
- native = Tcl_WinUtfToTChar(value, -1, &ds);
+ native = tclWinProcs->utf2tchar(value, -1, &ds);
result = tclWinProcs->buildCommDCBProc(native, &dcb);
Tcl_DStringFree(&ds);