diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-12-02 11:50:26 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-12-02 11:50:26 (GMT) |
| commit | b6a51d3251900f9a7edfb65d456fdbed3d1a9eb2 (patch) | |
| tree | 1aa4a661a5a5f648d5930867272ce9fb38e6ebca /unix/tclUnixFCmd.c | |
| parent | 332c5aadfa15b6d8ad2886ac24efa0347fcbffc6 (diff) | |
| parent | 8e1f9bb6d10b8e3a492a329e0476238c4893e96f (diff) | |
| download | tcl-b6a51d3251900f9a7edfb65d456fdbed3d1a9eb2.zip tcl-b6a51d3251900f9a7edfb65d456fdbed3d1a9eb2.tar.gz tcl-b6a51d3251900f9a7edfb65d456fdbed3d1a9eb2.tar.bz2 | |
Merge 8.7
Diffstat (limited to 'unix/tclUnixFCmd.c')
| -rw-r--r-- | unix/tclUnixFCmd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tclUnixFCmd.c b/unix/tclUnixFCmd.c index 2cc6721..b32a2a2 100644 --- a/unix/tclUnixFCmd.c +++ b/unix/tclUnixFCmd.c @@ -2040,7 +2040,7 @@ TclpObjNormalizePath( } /* - * Call 'realpath' to obtain a canonical path. + * Call 'realpath' to obtain a canonical path. */ #ifndef NO_REALPATH @@ -2050,7 +2050,7 @@ TclpObjNormalizePath( * The path contains at most one component, e.g. '/foo' or '/', so * so there is nothing to resolve. Also, on some platforms * 'Realpath' transforms an empty string into the normalized pwd, - * which is the wrong answer. + * which is the wrong answer. */ return 0; @@ -2096,7 +2096,7 @@ TclpObjNormalizePath( if (path[nextCheckpoint] != '\0') { /* - * Append the remaining path components. + * Append the remaining path components. */ int normLen = Tcl_DStringLength(&ds); |
