summaryrefslogtreecommitdiffstats
path: root/win/tclWinFCmd.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-06-29 13:59:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-06-29 13:59:55 (GMT)
commita293b747f1f66c39abb0988341c2d4e9d0594a2c (patch)
tree3578f19f6bc447997b3671e236163c4c4a79e3d0 /win/tclWinFCmd.c
parent300d11729e97fd0dd74eda2e8d4430f7298411f5 (diff)
parent9d7eafebca8461def3b0ec64fd2996717dc7905a (diff)
downloadtcl-a293b747f1f66c39abb0988341c2d4e9d0594a2c.zip
tcl-a293b747f1f66c39abb0988341c2d4e9d0594a2c.tar.gz
tcl-a293b747f1f66c39abb0988341c2d4e9d0594a2c.tar.bz2
Merge 8.7
Diffstat (limited to 'win/tclWinFCmd.c')
-rw-r--r--win/tclWinFCmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinFCmd.c b/win/tclWinFCmd.c
index b26d125..b3d1ece 100644
--- a/win/tclWinFCmd.c
+++ b/win/tclWinFCmd.c
@@ -457,7 +457,7 @@ DoRenameFile(
return TCL_ERROR;
}
nativeTmp = (WCHAR *) tempBuf;
- nativeRest[0] = L'\0';
+ nativeRest[0] = '\0';
result = TCL_ERROR;
nativePrefix = (WCHAR *) L"tclr";