From: espie Date: Sat, 30 Jan 2021 11:16:58 +0000 (+0000) Subject: I'm such a doofus, of course I have to call base method as well X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5e02c82d120f1649c72b7181d4e17110144541cd;p=openbsd I'm such a doofus, of course I have to call base method as well --- diff --git a/usr.sbin/pkg_add/OpenBSD/AddCreateDelete.pm b/usr.sbin/pkg_add/OpenBSD/AddCreateDelete.pm index 3b0e0c9f031..1104e204c89 100644 --- a/usr.sbin/pkg_add/OpenBSD/AddCreateDelete.pm +++ b/usr.sbin/pkg_add/OpenBSD/AddCreateDelete.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: AddCreateDelete.pm,v 1.49 2021/01/30 10:43:43 espie Exp $ +# $OpenBSD: AddCreateDelete.pm,v 1.50 2021/01/30 11:16:58 espie Exp $ # # Copyright (c) 2007-2014 Marc Espie # @@ -109,6 +109,7 @@ sub find_window_size sub handle_continue { my $state = shift; + $state->SUPER::handle_continue; $state->{progressmeter}->handle_continue; }