Difference for socket/loop.c from version 1.37 to 1.38


version 1.37 version 1.38
Line 1
 
Line 1
   
 /*  /*
  * static char *rcsid_loop_c =   * static char *rcsid_loop_c =
  *    "$Id: loop.c,v 1.37 2005/12/11 19:11:32 akirschbaum Exp $";   *    "$Id: loop.c,v 1.38 2006/01/09 19:35:13 cavesomething Exp $";
  */   */
   
 /*  /*
Line 164
 
Line 164
     if (!strcmp(buf, "image_info")) send_image_info(ns, params);      if (!strcmp(buf, "image_info")) send_image_info(ns, params);
     else if (!strcmp(buf,"image_sums")) send_image_sums(ns, params);      else if (!strcmp(buf,"image_sums")) send_image_sums(ns, params);
     else if (!strcmp(buf,"skill_info")) send_skill_info(ns, params);      else if (!strcmp(buf,"skill_info")) send_skill_info(ns, params);
       else if (!strcmp(buf,"spell_paths")) send_spell_paths(ns, params);
     else Write_String_To_Socket(ns, bigbuf, len);      else Write_String_To_Socket(ns, bigbuf, len);
 }  }
   


Legend:
line(s) removed in v.1.37 
line(s) changed
 line(s) added in v.1.38

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