Print this page
11506 smatch resync

*** 32,41 **** --- 32,45 ---- my $full_path = shift; my $project = shift; my $dir = dirname($full_path); my ($data, $op, $limit); + if ($project =~ /^$/) { + return; + } + open(FILE, "$dir/$project.constraints_required"); while (<FILE>) { ($data, $op, $limit) = split(/,/); $op =~ s/ //g; $limit =~ s/^ +//;