mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-24 13:26:52 +03:00
Fixed inaccuracy brach merging.
Thee40a84f538
commit actually reverted the3209f8e61b
one. That is wrong. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
d90dede12f
commit
044b9eca12
@ -330,7 +330,6 @@ edit_load_file_fast (WEdit * edit, const char *filename)
|
||||
|
||||
edit->curs2 = edit->last_byte;
|
||||
buf2 = edit->curs2 >> S_EDIT_BUF_SIZE;
|
||||
edit->utf8 = 0;
|
||||
|
||||
file = mc_open (filename, O_RDONLY | O_BINARY);
|
||||
if (file == -1)
|
||||
|
Loading…
Reference in New Issue
Block a user