commit b1e943c7731906bb2ec37959e8f962acd3922968 parent 5f33adc67362914ab61b9e464c7132344f719ba9 Author: Jacob Pipkin <d4wnr4z0r@yahoo.com> Date: Tue, 8 May 2012 02:22:37 -0500 calling close() on not a file handle Diffstat:
| M | SBO-Lib/lib/SBO/Lib.pm | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm @@ -372,7 +372,7 @@ sub find_download_info { push(@return,$line); } } - close($return); + close($info); return @return if exists $return[0]; return; }