Changeset 282

Show
Ignore:
Timestamp:
11/23/06 01:55:01 (6 years ago)
Author:
lincoln
Message:

cosmetic - silence warnings about uninitialized variables

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • applications/shepherd

    r279 r282  
    33my $myprogname = 'shepherd'; 
    44my $progname = 'shepherd'; 
    5 my $version = '0.3.25'; 
     5my $version = '0.3.26'; 
    66 
    77# tv_grab_au 
     
    817817  # filter what options we don't pass on .. 
    818818  foreach (0..$#options) { 
    819     splice(@options,$_,2) if ($options[$_] =~ /^--config-file/); # don't pass on --config-file 
    820     splice(@options,$_,1) if ($options[$_] =~ /^--quiet/);      # never be quiet 
     819    next if (!$options[$_]); 
     820 
     821    splice(@options,$_,2) if ($options[$_] =~ /^--config-file/);        # don't pass on "--config-file (file)" 
     822    splice(@options,$_,1) if ($options[$_] =~ /^--quiet/);              # never be quiet 
    821823  } 
    822824 
  • status

    r281 r282  
    1 application     shepherd            0.3.25 
     1application     shepherd            0.3.26 
    22engine          dog                 0.3.12 
    33grabber         yahoo7widget        1.58-r1