Skip to content

Fixed - empty lines added on save

Compare
Choose a tag to compare
@kambahr kambahr released this 30 Sep 11:44
· 11 commits to main since this release

Fixed - empty lines added on save

When UpdateConfigValue() was called, extra lines were being added to the appdata/.cfg/.all file... making the file larger disproportionately; compared to its content.
The save operation will now leave only one blank line and removes all redundant ones before writing to disk.