Skip to content

Fix issue with empty strings in registers or variables when loading a state file

Didier requested to merge fix-empty-strings-in-registers into master

This is done with a new sub-routine read2Lines used for restoring global registers, local registers and variables instead of calling twice readLine. This allows to detect and manage empty lines in the state file that are created when saving a register or variable containing an empty string.

Relates to #1374

Merge request reports

Loading