X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=browser.c;h=4a927d92fda3c6778a3e8a2dce0d922b6f805098;hp=fba0ac34190df41e87877e9cd63f4633eba77bca;hb=6b771604433435b4280a5fbae2612134fe4129dd;hpb=d57e79e599d9450218d6784acaa2bc0a674d57c1 diff --git a/browser.c b/browser.c index fba0ac3..4a927d9 100644 --- a/browser.c +++ b/browser.c @@ -926,7 +926,7 @@ void _mutt_select_file (char *f, ssize_t flen, int flags, char ***files, /* try to restore the old values */ m_strcpy(LastDir, sizeof(LastDir), OldLastDir); if (examine_directory (menu, &state, LastDir, prefix) == -1) { - m_strcpy(LastDir, sizeof(LastDir), NONULL(Homedir)); + m_strcpy(LastDir, sizeof(LastDir), NONULL(MCore.homedir)); goto bail; } }