]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/ProcessPipe.pm
rename reference to git epochs as "partitions"
[public-inbox.git] / lib / PublicInbox / ProcessPipe.pm
index 7bb6ddee40b1728e8a082b2a48353522cd03108a..2769e064ca21d1651fbace905a167ba17922802b 100644 (file)
@@ -11,7 +11,7 @@ sub TIEHANDLE {
        bless { pid => $pid, fh => $fh }, $class;
 }
 
-sub READ { sysread($_[0]->{fh}, $_[1], $_[2], $_[3] || 0) }
+sub READ { read($_[0]->{fh}, $_[1], $_[2], $_[3] || 0) }
 
 sub READLINE { readline($_[0]->{fh}) }