Skip to content

Commit

Permalink
Initialize an array since we test later.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemming552 committed Jul 29, 2012
1 parent 2125246 commit c346b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/sift.pl
Expand Up @@ -133,8 +133,8 @@

my $plan_types = return_ptypes();

my $send_plans;
my $send_glyphs;
my $send_plans = [];
my $send_glyphs = [];
# Will whittle down via match, type args, number of each, and max number
if ($gorp eq "both" or $gorp eq "plan") {
$send_plans = grab_plans(\@plans, $plan_types, \%opts);
Expand Down

0 comments on commit c346b08

Please sign in to comment.