diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-20 13:53:39 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-20 13:53:39 (GMT) |
commit | 865ea5e678412f23106c8374c3113169e35439f9 (patch) | |
tree | af78b8a6b2ec5871ea8f2305e3ae5c62f102753a /win/tclWinFile.c | |
parent | 775e9aac009c6cd4a3cddbf67de9feac451f5662 (diff) | |
download | tcl-865ea5e678412f23106c8374c3113169e35439f9.zip tcl-865ea5e678412f23106c8374c3113169e35439f9.tar.gz tcl-865ea5e678412f23106c8374c3113169e35439f9.tar.bz2 |
More Win32 API impovals.
Diffstat (limited to 'win/tclWinFile.c')
-rw-r--r-- | win/tclWinFile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c index 3259ff7..0682d74 100644 --- a/win/tclWinFile.c +++ b/win/tclWinFile.c @@ -2207,7 +2207,7 @@ NativeDev( p = strchr(p + 1, '\\'); if (p == NULL) { /* - * Add terminating backslash to fullpath or GetVolumeInformation() + * Add terminating backslash to fullpath or GetVolumeInformationW() * won't work. */ |