Difference for common/region.c from version 1.11 to 1.12


version 1.11 version 1.12
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_map_c =   * static char *rcsid_map_c =
  *   "$Id: region.c,v 1.11 2006/07/04 21:21:07 ryo_saeba Exp $";   *   "$Id: region.c,v 1.12 2006/08/10 02:35:24 qal21 Exp $";
  */   */
   
 /*  /*
Line 228
 
Line 228
     if(first_region!=NULL) /* Only do this once */      if(first_region!=NULL) /* Only do this once */
     return;      return;
                  
     sprintf(filename,"%s/%s",settings.datadir,settings.regions);      sprintf(filename,"%s/%s/%s",settings.datadir,settings.mapdir,settings.regions);
     LOG(llevDebug,"Reading regions from %s...\n",filename);      LOG(llevDebug,"Reading regions from %s...\n",filename);
     if((fp=open_and_uncompress(filename,0,&comp))==NULL) {      if((fp=open_and_uncompress(filename,0,&comp))==NULL) {
  LOG(llevError," Can't open regions file %s in init_regions.\n", filename);   LOG(llevError," Can't open regions file %s in init_regions.\n", filename);


Legend:
line(s) removed in v.1.11 
line(s) changed
 line(s) added in v.1.12

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