Difference for server/spell_util.c from version 1.65 to 1.66


version 1.65 version 1.66
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_util_c =   * static char *rcsid_spell_util_c =
  *   "$Id: spell_util.c,v 1.65 2002/07/25 06:57:14 mwedel Exp $";   *   "$Id: spell_util.c,v 1.66 2002/09/07 22:08:07 mwedel Exp $";
  */   */
   
   
Line 2364
 
Line 2364
   int spellindex;    int spellindex;
   int spl;  /*  the spellpoint level dependency */    int spl;  /*  the spellpoint level dependency */
   
   sprintf(fname,"%s/spell_params",settings.datadir);    sprintf(fname,"%s/spell_params",settings.confdir);
   if(! (spell_params=fopen(fname,"r")))    if(! (spell_params=fopen(fname,"r")))
     {      {
  perror(fname);   perror(fname);


Legend:
line(s) removed in v.1.65 
line(s) changed
 line(s) added in v.1.66

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