diff options
Diffstat (limited to 'lib-src/emacsclient.c')
| -rw-r--r-- | lib-src/emacsclient.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 6c806fb5830..39dd10e7fb1 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -253,6 +253,7 @@ get_current_dir_name (void) char *buf; struct stat dotstat, pwdstat; + size_t pwdlen; /* If PWD is accurate, use it instead of calling getcwd. PWD is sometimes a nicer name, and using it may avoid a fatal error if a parent directory is searchable but not readable. */ |
