diff options
Diffstat (limited to 'unix/tclUnixFile.c')
| -rw-r--r-- | unix/tclUnixFile.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/unix/tclUnixFile.c b/unix/tclUnixFile.c index 73237c5..2616eda 100644 --- a/unix/tclUnixFile.c +++ b/unix/tclUnixFile.c @@ -70,7 +70,7 @@ TclpFindExecutable(argv0)      }      tclNativeExecutableName = (char *) ckalloc(length + 1);      memcpy(tclNativeExecutableName, name, length); -    buf[length] = '\0'; +    tclNativeExecutableName[length] = '\0';  #else      if (argv0 == NULL) {  	return NULL; | 
