ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/ActiveDoc/PreProcessedFile.pm
(Generate patch)

Comparing COMP/SCRAM/src/ActiveDoc/PreProcessedFile.pm (file contents):
Revision 1.8.4.3 by williamc, Thu Aug 24 10:00:38 2000 UTC vs.
Revision 1.8.4.4 by williamc, Thu Aug 24 10:55:14 2000 UTC

# Line 219 | Line 219 | sub restore {
219          # -- recreate the cache
220          my $cacheinfo=<$fh>;
221          chomp $cacheinfo;
222 <        my ($type,$location)=split /:::/, $cacheinfo;
223 <        my $cache=$type->new($location);
222 >        my ($type,$cachelocation)=split /:::/, $cacheinfo;
223 >        my $cache=$type->new($cachelocation);
224          $self->cache($cache);
225  
226          my $url=<$fh>;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines