Difference for common/button.c from version 1.24 to 1.25


version 1.24 version 1.25
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_button_c =   * static char *rcsid_button_c =
  *   "$Id: button.c,v 1.24 2004/04/18 07:59:36 mwedel Exp $";   *   "$Id: button.c,v 1.25 2005/07/14 09:18:53 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 213
 
Line 213
   for (obp = m->buttons; obp; obp = obp->next)    for (obp = m->buttons; obp; obp = obp->next)
     for (ol = obp->link; ol; ol = ol->next) {      for (ol = obp->link; ol; ol = ol->next) {
       if (!ol->ob || ol->ob->count != ol->id) {        if (!ol->ob || ol->ob->count != ol->id) {
         LOG(llevError, "Internal error in update_button (%s (%dx%d):%d, connected %d ).\n",          LOG(llevError, "Internal error in update_button (%s (%dx%d):%d, connected %ld).\n",
      ol->ob?ol->ob->name:"null",       ol->ob?ol->ob->name:"null",
      ol->ob?ol->ob->x:-1,       ol->ob?ol->ob->x:-1,
      ol->ob?ol->ob->y:-1,       ol->ob?ol->ob->y:-1,


Legend:
line(s) removed in v.1.24 
line(s) changed
 line(s) added in v.1.25

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:05