Difference for common/button.c from version 1.12 to 1.13


version 1.12 version 1.13
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_button_c =   * static char *rcsid_button_c =
  *   "$Id: button.c,v 1.12 2001/03/20 05:46:18 mwedel Exp $";   *   "$Id: button.c,v 1.13 2001/04/11 08:39:53 mardahl Exp $";
  */   */
   
 /*  /*
Line 132
 
Line 132
     /* LOG(llevDebug, "update_button: %s (%d)\n", op->name, op->count); */      /* LOG(llevDebug, "update_button: %s (%d)\n", op->name, op->count); */
     for (ol = get_button_links(op); ol; ol = ol->next) {      for (ol = get_button_links(op); 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).\n", op->name);       LOG(llevDebug, "Internal error in update_button (%s).\n", op->name);
      continue;       continue;
  }   }
  tmp = ol->ob;   tmp = ol->ob;


Legend:
line(s) removed in v.1.12 
line(s) changed
 line(s) added in v.1.13

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