PsIni icon indicating copy to clipboard operation
PsIni copied to clipboard

[Fix] No longer reading empty lines as keys

Open HighPriest opened this issue 1 year ago • 0 comments

Import-Ini was taking into consideration empty lines, as key-value pairs.
This made exporting difficult, as the export function tried to write NoKey & NoValue into the output file.

This commit completely ignores empty lines, as they are of no interest when mapping a config file

HighPriest avatar Oct 08 '24 23:10 HighPriest