Difference for common/map.c from version 1.38 to 1.39


version 1.38 version 1.39
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_map_c =   * static char *rcsid_map_c =
  *   "$Id: map.c,v 1.38 2002/07/25 06:57:14 mwedel Exp $";   *   "$Id: map.c,v 1.39 2002/08/26 07:14:10 mwedel Exp $";
  */   */
   
 /*  /*
Line 1218
 
Line 1218
  save_objects(m, fp, fp, 0);   save_objects(m, fp, fp, 0);
     }      }
   
     if (m->compressed && !flag)      if (m->compressed && (m->unique || flag))
  pclose(fp);   pclose(fp);
     else      else
  fclose(fp);   fclose(fp);


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

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