Difference for server/c_wiz.c from version 1.55 to 1.56


version 1.55 version 1.56
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_wiz_c =   * static char *rcsid_c_wiz_c =
  *   "$Id: c_wiz.c,v 1.55 2004/11/25 18:47:58 ryo_saeba Exp $";   *   "$Id: c_wiz.c,v 1.56 2004/12/21 23:29:47 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 1006
 
Line 1006
     if ( from != STACK_FROM_STACK )      if ( from != STACK_FROM_STACK )
         /* Item is either stack top, or is a number thus is now stack top, let's remove it  */          /* Item is either stack top, or is a number thus is now stack top, let's remove it  */
         dm_stack_pop( op->contr );          dm_stack_pop( op->contr );
   
       if ( !QUERY_FLAG( tmp, FLAG_REMOVED ) )
           {
           new_draw_info( NDI_UNIQUE, 0, op, "Warning, item wasn't removed." );
           remove_ob( tmp );
           }
     free_object(tmp);      free_object(tmp);
     return 1;      return 1;
 }  }


Legend:
line(s) removed in v.1.55 
line(s) changed
 line(s) added in v.1.56

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