Fix CI break due to size of browse()

This commit is contained in:
Arun Prakash Jana 2021-03-26 20:08:23 +05:30
parent d5dac4c686
commit 7c63dc8d73
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 3 deletions

View File

@ -6028,9 +6028,7 @@ begin:
populate(path, lastname);
if (g_state.interrupt) {
g_state.interrupt = 0;
cfg.apparentsz = 0;
cfg.blkorder = 0;
g_state.interrupt = cfg.apparentsz = cfg.blkorder = 0;
blk_shift = BLK_SHIFT_512;
presel = CONTROL('L');
}