Difference for server/main.c from version 1.90 to 1.91


version 1.90 version 1.91
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_main_c =   * static char *rcsid_main_c =
  *    "$Id: main.c,v 1.90 2005/06/22 18:22:15 ryo_saeba Exp $";   *    "$Id: main.c,v 1.91 2005/07/16 21:10:39 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 997
 
Line 997
       * removed objects generally shouldn't exist.        * removed objects generally shouldn't exist.
       */        */
      if (QUERY_FLAG(op, FLAG_REMOVED)) {       if (QUERY_FLAG(op, FLAG_REMOVED)) {
  LOG(llevDebug,"process_events: calling process_object with rmeoved object %s\n",   LOG(llevDebug,"process_events: calling process_object with removed object %s\n",
      op->name?op->name:"null");       op->name?op->name:"null");
      }       }
 #endif  #endif


Legend:
line(s) removed in v.1.90 
line(s) changed
 line(s) added in v.1.91

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