mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
11 lines
338 B
Text
11 lines
338 B
Text
--- torrentsniff.orig 2016-06-20 14:38:26 UTC
|
|
+++ torrentsniff
|
|
@@ -115,7 +115,7 @@ sub process_file {
|
|
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;
|
|
}
|