mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 03:41:27 +00:00
Fix CI break due to size of browse()
This commit is contained in:
parent
d5dac4c686
commit
7c63dc8d73
|
@ -6028,9 +6028,7 @@ begin:
|
||||||
|
|
||||||
populate(path, lastname);
|
populate(path, lastname);
|
||||||
if (g_state.interrupt) {
|
if (g_state.interrupt) {
|
||||||
g_state.interrupt = 0;
|
g_state.interrupt = cfg.apparentsz = cfg.blkorder = 0;
|
||||||
cfg.apparentsz = 0;
|
|
||||||
cfg.blkorder = 0;
|
|
||||||
blk_shift = BLK_SHIFT_512;
|
blk_shift = BLK_SHIFT_512;
|
||||||
presel = CONTROL('L');
|
presel = CONTROL('L');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue