diff options
Diffstat (limited to 'net/torrentsniff/files/patch-torrentsniff')
-rw-r--r-- | net/torrentsniff/files/patch-torrentsniff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/torrentsniff/files/patch-torrentsniff b/net/torrentsniff/files/patch-torrentsniff new file mode 100644 index 0000000..03062bb --- /dev/null +++ b/net/torrentsniff/files/patch-torrentsniff @@ -0,0 +1,11 @@ +--- torrentsniff.orig Fri Nov 14 18:17:20 2003 ++++ torrentsniff Fri Nov 14 18:27:24 2003 +@@ -115,7 +115,7 @@ + my($file, $report_file_info, $report_tracker_info) = @_;
+ print "$file\n";
+ local *TOR;
+- if( not open(TOR, "<", $file) ) {
++ if( not open(TOR, "< $file") ) {
+ print STDERR "Unable to read $file because of $!\n";
+ return 0;
+ }
|