version 1.24 | | version 1.25 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
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, |