fix access of possibly undefined variable

This commit is contained in:
Wolfgang Bumiller 2015-08-07 09:49:53 +02:00 committed by Dietmar Maurer
parent 296afbd13b
commit d6eb662119

View File

@ -708,6 +708,7 @@ sub parse_user_config {
userconfig_force_defaults($cfg);
$raw = '' if !defined($raw);
while ($raw =~ /^\s*(.+?)\s*$/gm) {
my $line = $1;
my @data;