diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-04-08 14:26:24 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-04-08 14:26:24 (GMT) |
commit | a90046961eec9a59376a71549052d0f6fbb59981 (patch) | |
tree | 67a13d8f23d75abd3db39feba4b63eb058a7e747 /unix/tclUnixFCmd.c | |
parent | d417b8e3baefb57f6159db1b6a91ca02ec44ebaa (diff) | |
parent | 3ed1f7b0557b8d9bd7c22f66594fe480359a199a (diff) | |
download | tcl-a90046961eec9a59376a71549052d0f6fbb59981.zip tcl-a90046961eec9a59376a71549052d0f6fbb59981.tar.gz tcl-a90046961eec9a59376a71549052d0f6fbb59981.tar.bz2 |
Merge 8.7
Diffstat (limited to 'unix/tclUnixFCmd.c')
-rw-r--r-- | unix/tclUnixFCmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixFCmd.c b/unix/tclUnixFCmd.c index adcbabb..7602709 100644 --- a/unix/tclUnixFCmd.c +++ b/unix/tclUnixFCmd.c @@ -2356,7 +2356,7 @@ StatError( Tcl_Obj *fileName) /* The name of the file which caused the * error. */ { - TclWinConvertError(GetLastError()); + Tcl_WinConvertError(GetLastError()); Tcl_SetObjResult(interp, Tcl_ObjPrintf("could not read \"%s\": %s", TclGetString(fileName), Tcl_PosixError(interp))); } |