]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/LeiConvert.pm
get rid of unnecessary bytes::length usage
[public-inbox.git] / lib / PublicInbox / LeiConvert.pm
index 395a80f8adee44cb1a5d49f776f1573d174d3395..6550c242b1a2514ced857e2d956bfa0a8fdc0ad5 100644 (file)
@@ -59,7 +59,7 @@ sub lei_convert { # the main "lei convert" method
        $lei->{wq1} = $self;
        $self->wq_io_do('process_inputs', []);
        $self->wq_close(1);
-       $op_c->op_wait_event($ops);
+       $lei->wait_wq_events($op_c, $ops);
 }
 
 sub ipc_atfork_child {