diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-06-02 13:59:26 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-06-02 13:59:26 (GMT) |
| commit | 103eb015c041530ef4652d4d0ec05188789b66f2 (patch) | |
| tree | 65d2749bc307862a2c86e47bb799e27c90cfd767 /unix/tclUnixChan.c | |
| parent | 3d0413417ddafb15a80282011fc2e6ca59dc57cb (diff) | |
| parent | 2867ac26373a64724686df3d77d9d323343bcc84 (diff) | |
| download | tcl-103eb015c041530ef4652d4d0ec05188789b66f2.zip tcl-103eb015c041530ef4652d4d0ec05188789b66f2.tar.gz tcl-103eb015c041530ef4652d4d0ec05188789b66f2.tar.bz2 | |
Merge 8.7
Diffstat (limited to 'unix/tclUnixChan.c')
| -rw-r--r-- | unix/tclUnixChan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixChan.c b/unix/tclUnixChan.c index c99c3fb..eea1453 100644 --- a/unix/tclUnixChan.c +++ b/unix/tclUnixChan.c @@ -618,7 +618,7 @@ StatOpenFile( * duplicate!) */ - dictObj = Tcl_NewObj(); + TclNewObj(dictObj); #define STORE_ELEM(name, value) StoreElementInDict(dictObj, name, value) STORE_ELEM("dev", Tcl_NewWideIntObj((long) statBuf.st_dev)); |
