Difference for server/c_misc.c from version 1.40 to 1.41


version 1.40 version 1.41
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_misc_c =   * static char *rcsid_c_misc_c =
  *   "$Id: c_misc.c,v 1.40 2004/06/01 07:20:56 mwedel Exp $";   *   "$Id: c_misc.c,v 1.41 2004/08/15 17:03:08 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 451
 
Line 451
   if (op && op->below) {    if (op && op->below) {
    dump_object(op->below);     dump_object(op->below);
    new_draw_info(NDI_UNIQUE, 0,op,errmsg);     new_draw_info(NDI_UNIQUE, 0,op,errmsg);
         /* Let's push that item on the dm's stack */
         dm_stack_push( op->contr, op->below->count );
       }        }
   return 0;    return 0;
 }  }


Legend:
line(s) removed in v.1.40 
line(s) changed
 line(s) added in v.1.41

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