X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=panel%2Fp_move.c;h=adae64583220edb80c886da437e92c04b195ddcc;hp=a06e86b19989bd7ab479768c638bcc11ec5069d3;hb=c3b21f65a2687f3894a0d3217006c23f162c893a;hpb=fc79b49bd8a9c5e4db287514cdac46e1691cf48a diff --git a/panel/p_move.c b/panel/p_move.c index a06e86b1..adae6458 100644 --- a/panel/p_move.c +++ b/panel/p_move.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2005,2008 Free Software Foundation, Inc. * + * Copyright (c) 1998-2008,2010 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 * @@ -37,14 +37,14 @@ */ #include "panel.priv.h" -MODULE_ID("$Id: p_move.c,v 1.10 2008/11/16 00:19:59 juergen Exp $") +MODULE_ID("$Id: p_move.c,v 1.11 2010/01/23 21:22:15 tom Exp $") NCURSES_EXPORT(int) move_panel(PANEL * pan, int starty, int startx) { int rc = ERR; - T((T_CALLED("move_panel(%p,%d,%d)"), pan, starty, startx)); + T((T_CALLED("move_panel(%p,%d,%d)"), (void *)pan, starty, startx)); if (pan) {