minor cosmetic fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1669 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
24ae56cd4b
Коммит
95b7bdbdb0
@ -448,7 +448,7 @@ int do_insertfile(int loading_file)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef DISABLE_OPERATINGDIR
|
#ifndef DISABLE_OPERATINGDIR
|
||||||
if (operating_dir != NULL && strcmp(operating_dir, ".") != 0)
|
if (operating_dir != NULL && strcmp(operating_dir, "."))
|
||||||
#ifdef ENABLE_MULTIBUFFER
|
#ifdef ENABLE_MULTIBUFFER
|
||||||
if (ISSET(MULTIBUFFER))
|
if (ISSET(MULTIBUFFER))
|
||||||
i = statusq(1, insertfile_list, inspath,
|
i = statusq(1, insertfile_list, inspath,
|
||||||
@ -1272,7 +1272,7 @@ void init_operating_dir(void)
|
|||||||
full_operating_dir = get_full_path(operating_dir);
|
full_operating_dir = get_full_path(operating_dir);
|
||||||
|
|
||||||
/* If get_full_path() failed or the operating directory is
|
/* If get_full_path() failed or the operating directory is
|
||||||
inaccessible, unset operating_dir. */
|
* inaccessible, unset operating_dir. */
|
||||||
if (full_operating_dir == NULL || chdir(full_operating_dir) == -1) {
|
if (full_operating_dir == NULL || chdir(full_operating_dir) == -1) {
|
||||||
free(full_operating_dir);
|
free(full_operating_dir);
|
||||||
full_operating_dir = NULL;
|
full_operating_dir = NULL;
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user