diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-07 14:37:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-07 14:37:14 (GMT) |
commit | 79b3f448c0f16d15dc6b44e04ab6790140458f44 (patch) | |
tree | 5e3cd8c1df9d042103b680e449f31b474d02c4f5 /win/tclWinFile.c | |
parent | 8665d6160812e8c89fef07e3510761c9b13147ff (diff) | |
parent | dd8793f10dce07f7111054c83df565e501e5f4f4 (diff) | |
download | tcl-79b3f448c0f16d15dc6b44e04ab6790140458f44.zip tcl-79b3f448c0f16d15dc6b44e04ab6790140458f44.tar.gz tcl-79b3f448c0f16d15dc6b44e04ab6790140458f44.tar.bz2 |
Merge 8.7
Diffstat (limited to 'win/tclWinFile.c')
-rw-r--r-- | win/tclWinFile.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c index 2c7cfd4..10d846e 100644 --- a/win/tclWinFile.c +++ b/win/tclWinFile.c @@ -2522,8 +2522,9 @@ TclpFilesystemPathType( int TclpObjNormalizePath( Tcl_Interp *interp, - Tcl_Obj *pathPtr, - int nextCheckpoint) + Tcl_Obj *pathPtr, /* An unshared object containing the path to + * normalize */ + int nextCheckpoint) /* offset to start at in pathPtr */ { char *lastValidPathEnd = NULL; Tcl_DString dsNorm; /* This will hold the normalized string. */ @@ -3012,7 +3013,7 @@ TclpNativeToNormalized( * The nativePath representation. * * Side effects: - * Memory will be allocated. The path may need to be normalized. + * Memory will be allocated. The path might be normalized. * *--------------------------------------------------------------------------- */ |