Ticket #4667: handler.pl.diff

File handler.pl.diff, 494 bytes (added by Marc Randolph <mrandtx@…>, 16 years ago)
  • mythplugins/mythweb/modules/stream/handler.pl

     
    213213# Open the file for reading
    214214    unless (sysopen DATA, $filename, O_RDONLY) {
    215215        print header(),
    216               "Can't read $basname:  $!";
     216              "Can't read $basename:  $!";
    217217        CORE::exit;
    218218    }
    219219