X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=browser.c;fp=browser.c;h=43608e7ed7b06a9fb2c1e0e3b847d8af4649b9f6;hp=aa91a6045048b3c3b83adc6ecdd55ee3a2bd17f1;hb=9946738a6a1c27a5602a14d1afe2eea2389732b2;hpb=8a0ec16b6cd58dc1bd73baae43fd62de24d63604 diff --git a/browser.c b/browser.c index aa91a60..43608e7 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(MCore.homedir)); + m_strcpy(LastDir, sizeof(LastDir), NONULL(mod_core.homedir)); goto bail; } }