X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4247547d2a925ddad7006cae89e5f9f1fda7d469..d56c9b0850c73bceeeadc534836c8164928cff71:/SL/Inifile.pm diff --git a/SL/Inifile.pm b/SL/Inifile.pm index 91af9fc79..6ecb41f79 100644 --- a/SL/Inifile.pm +++ b/SL/Inifile.pm @@ -60,7 +60,7 @@ sub new { s/\s*#.*$//; s/^\s*//; } else { - next if m/#/; + next if m/^\s*#/; } next unless $_;