Difference for socket/init.c from version 1.33 to 1.34


version 1.33 version 1.34
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *    "$Id: init.c,v 1.33 2003/12/18 20:40:44 ryo_saeba Exp $";   *    "$Id: init.c,v 1.34 2005/03/19 09:14:57 mwedel Exp $";
  */   */
   
 /*  /*
Line 143
 
Line 143
      * this face.  Face 0 is sent to the client to say clear       * this face.  Face 0 is sent to the client to say clear
      * face information.       * face information.
      */       */
     ns->faces_sent[0] = 1;      ns->faces_sent[0] = NS_FACESENT_FACE;
   
     ns->outputbuffer.start=0;      ns->outputbuffer.start=0;
     ns->outputbuffer.len=0;      ns->outputbuffer.len=0;


Legend:
line(s) removed in v.1.33 
line(s) changed
 line(s) added in v.1.34

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:34