summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixFCmd.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-19 08:59:56 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-19 08:59:56 (GMT)
commitc444c608df624587909b00a2dd705639d77ee3c5 (patch)
treed032c10b4c13ff0c84ac17479550d303371f0a9c /unix/tclUnixFCmd.c
parente3a6968b93006d08f0e1dd834826e5f4b37fbd1a (diff)
parent2e4dede38726df20d789751af9b335c2b4ab6e96 (diff)
downloadtcl-c444c608df624587909b00a2dd705639d77ee3c5.zip
tcl-c444c608df624587909b00a2dd705639d77ee3c5.tar.gz
tcl-c444c608df624587909b00a2dd705639d77ee3c5.tar.bz2
Merge 9.0
Diffstat (limited to 'unix/tclUnixFCmd.c')
-rw-r--r--unix/tclUnixFCmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixFCmd.c b/unix/tclUnixFCmd.c
index 8321db9..ec50bf7 100644
--- a/unix/tclUnixFCmd.c
+++ b/unix/tclUnixFCmd.c
@@ -1437,7 +1437,7 @@ GetOwnerAttribute(
} else {
Tcl_DString ds;
- Tcl_ExternalToUtfDStringEx(NULL, NULL, pwPtr->pw_name, TCL_INDEX_NONE, 0, &ds, NULL);
+ (void)Tcl_ExternalToUtfDString(NULL, pwPtr->pw_name, TCL_INDEX_NONE, &ds);
*attributePtrPtr = Tcl_DStringToObj(&ds);
}
return TCL_OK;