[Tools] Add status bar update while fixing arc bit

This commit is contained in:
ctcaer@gmail.com 2019-04-14 02:41:29 +03:00
parent b0af57f98a
commit ca0c0f786c

View file

@ -407,6 +407,10 @@ int _fix_attributes(char *path, u32 *total, u32 hos_folder, u32 check_first_run)
*total = *total + 1; *total = *total + 1;
f_chmod(path, AM_ARC, AM_ARC); f_chmod(path, AM_ARC, AM_ARC);
} }
// Update status bar.
tui_sbar(false);
// Enter the directory. // Enter the directory.
res = _fix_attributes(path, total, hos_folder, 0); res = _fix_attributes(path, total, hos_folder, 0);
if (res != FR_OK) if (res != FR_OK)