]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - panel/p_replace.c
ncurses 6.0 - patch 20160709
[ncurses.git] / panel / p_replace.c
index b4bf6f4a36e66a926e9f4fa31f276f85287a6766..d3733ed22e2f35d261fc2ee1dcb54749413eb13d 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************
- * Copyright (c) 1998-2000,2005 Free Software Foundation, Inc.              *
+ * Copyright (c) 1998-2005,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            *
  */
 #include "panel.priv.h"
 
-MODULE_ID("$Id: p_replace.c,v 1.10 2009/02/07 23:11:45 tom Exp $")
+MODULE_ID("$Id: p_replace.c,v 1.11 2010/01/23 21:22:16 tom Exp $")
 
 NCURSES_EXPORT(int)
 replace_panel(PANEL * pan, WINDOW *win)
 {
   int rc = ERR;
 
-  T((T_CALLED("replace_panel(%p,%p)"), pan, win));
+  T((T_CALLED("replace_panel(%p,%p)"), (void *)pan, (void *)win));
 
   if (pan)
     {