Oh yeah, here's the patch (nothing much at all)
***************
*** 571,577 ****
if ( $#output != -1 ) { # found a match.
close ($file); # tidy up
! return;
}
seek( $file, 0, 0 ); # rewind
--- 571,577 ----
if ( $#output != -1 ) { # found a match.
close ($file); # tidy up
! return "";
}
seek( $file, 0, 0 ); # rewind
***************
*** 585,591 ****
close ($file);
! return if ( $#output != -1 );
}
# We only get here if nothing matches.
--- 585,591 ----
close ($file);
! return "" if ( $#output != -1 );
}
# We only get here if nothing matches.
References:
|
|