X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Foping.c;h=87ca81a911ea7f7da8fad01d938fca0e2c6feffe;hb=HEAD;hp=47249b54321ef0946d18fcab4fbae531b7081d80;hpb=c6b844685b14443d6ba38f2869d6d09f570848a5;p=liboping.git diff --git a/src/oping.c b/src/oping.c index 47249b5..87ca81a 100644 --- a/src/oping.c +++ b/src/oping.c @@ -1,6 +1,6 @@ /** * Object oriented C module to send ICMP and ICMPv6 `echo's. - * Copyright (C) 2006-2016 Florian octo Forster + * Copyright (C) 2006-2017 Florian octo Forster * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1324,8 +1324,8 @@ static int on_resize (pingobj_t *ping) /* {{{ */ if (context->window != NULL) { - werase (context->window); - wrefresh (context->window); + werase (context->window); + wrefresh (context->window); delwin (context->window); context->window = NULL; }