From: Jonathan McDowell Date: Wed, 15 Dec 2004 15:27:44 +0000 (+0000) Subject: Fix parsing of empty config file lines. X-Git-Tag: 0.3.2~4 X-Git-Url: http://the.earth.li/gitweb/?a=commitdiff_plain;ds=sidebyside;h=39b352321e40d267678d02d13ab6de1e1e4958c6;hp=39b352321e40d267678d02d13ab6de1e1e4958c6;p=onak.git 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. ---