Compatibility with --load and new GUI

This commit is contained in:
Alessandro Ranellucci 2012-07-15 17:54:57 +02:00
parent e228b834e2
commit 9210c708fc
5 changed files with 90 additions and 77 deletions

View file

@ -722,7 +722,7 @@ sub read_ini {
my $ini = { _ => {} };
my $category = '_';
while (<$fh>) {
while (my $_ = <$fh>) {
s/\R+$//;
next if /^\s+/;
next if /^$/;