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

Comparing COMP/SCRAM/src/URL/URLhandler.pm (file contents):
Revision 1.5 by williamc, Wed Sep 29 07:29:16 1999 UTC vs.
Revision 1.6 by williamc, Wed Sep 29 08:56:39 1999 UTC

# Line 90 | Line 90 | sub get ($@) {
90             else {
91               $rv=
92               eval{${$self->{urlostack}{$type}}[$#{$self->{urlostack}{$type}}]}->
93 <                                get($rest);
93 >                                get($rest, $dirname);
94             }
95          }
96          if ( $rv ne "" ) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines