* main.c (handle_args): Don't call mc_get_current_wd().
Этот коммит содержится в:
родитель
2be225d9e0
Коммит
17671c4de9
@ -1,5 +1,7 @@
|
||||
2002-07-19 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* main.c (handle_args): Don't call mc_get_current_wd().
|
||||
|
||||
* main.c (directory_history_list): Report error if cannot change
|
||||
directory.
|
||||
|
||||
|
@ -2524,9 +2524,7 @@ handle_args (int argc, char *argv [])
|
||||
} else {
|
||||
/* sets the current dir and the other dir */
|
||||
if (tmp) {
|
||||
char buffer[MC_MAXPATHLEN + 2];
|
||||
this_dir = g_strdup (tmp);
|
||||
mc_get_current_wd (buffer, sizeof (buffer) - 2);
|
||||
if ((tmp = poptGetArg (ctx)))
|
||||
other_dir = g_strdup (tmp);
|
||||
}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user