Difference for server/gods.c from version 1.52 to 1.53


version 1.52 version 1.53
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_gods_c =   * static char *rcsid_gods_c =
  *   "$Id: gods.c,v 1.52 2005/08/14 19:06:19 akirschbaum Exp $";   *   "$Id: gods.c,v 1.53 2005/09/25 09:47:23 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 46
 
Line 46
  * Returns the id of specified god.   * Returns the id of specified god.
  */   */
 int lookup_god_by_name(const char *name) {  int lookup_god_by_name(const char *name) {
     int godnr=-1,nmlen = strlen(name);      int godnr=-1;
       size_t nmlen = strlen(name);
    
     if(name && strcmp(name,"none")) {       if(name && strcmp(name,"none")) {
  godlink *gl;   godlink *gl;


Legend:
line(s) removed in v.1.52 
line(s) changed
 line(s) added in v.1.53

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