X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=panel%2Fllib-lpanelw;h=bd6e90d2a2c28fcc1954276a731bc4ebab3c87fe;hp=4d6688e5e13ec312a1424fbedad8660d178c7af8;hb=bec710451bd1f286840c4e7e18fc646bd63adeba;hpb=6a530b46563470c2ca73579d1994a0c8e275dd98 diff --git a/panel/llib-lpanelw b/panel/llib-lpanelw index 4d6688e5..bd6e90d2 100644 --- a/panel/llib-lpanelw +++ b/panel/llib-lpanelw @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2002-2010,2015 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 2002-2010,2015 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -42,7 +43,8 @@ PANEL *_nc_retrace_panel( #undef _nc_my_visbuf const char *_nc_my_visbuf( - const void *ptr) + const void *ptr, + int n) { return(*(const char **)0); } #undef _nc_dPanel