From: Jonathan McDowell Date: Wed, 15 Dec 2004 15:27:44 +0000 (+0000) Subject: Fix parsing of empty config file lines. X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/39b352321e40d267678d02d13ab6de1e1e4958c6?ds=inline;hp=39b352321e40d267678d02d13ab6de1e1e4958c6 Fix parsing of empty config file lines. Fred Strauss reported a problem with parsing empty lines in the config file; we weren't checking if the line was empty before stripping trailing white space. We do now. ---