Ignore:
Timestamp:
12/15/05 21:18:31 (19 years ago)
Author:
thauvin
Message:
  • fix call to seterror
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/soft/ObsData/ObsData/Archive/Compressed.pm

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r145 r152  
    5959     
    6060    if(!copy($sourcefh, $fh)) { 
    61         seterror("Can't copy file to destination: $!"); 
     61        $self->seterror("Can't copy file to destination: $!"); 
    6262        unlink($fname); 
    6363        return undef; 
Note: See TracChangeset for help on using the changeset viewer.