LonnyGomes / hexcurse

Hexcurse is a ncurses-based console hexeditor written in C
Other
180 stars 17 forks source link

Fix a bug with the order of the editions in the linked list, insertIt… #34

Open prso opened 3 years ago

prso commented 3 years ago

Bug: in some cases the order of the editions inserted in the linked list is not correct, e.g.: a second edition that has a lower location than the first one is not correctly registered because is in wrong order in the list.

Fix: I have rewritten the insertItem() function, now looks good, please test.