Skip to content

Bug fixes. Improved work with large structure

Latest
Compare
Choose a tag to compare
@x-radio x-radio released this 16 Mar 18:53

Strongly recommend updating.
The bug when switching between the last and zero page has been fixed.
The principle of working with large data structures has been changed - previously temporary copies of the structure were stored on the stack, which could cause a crash in the program when the data volume is large (more than 2000 bytes). Now when searching for a valid slot copy, reading by chunks is used.