Difference for random_maps/style.c from version 1.15 to 1.16


version 1.15 version 1.16
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_style_c =   * static char *rcsid_style_c =
  *   "$Id: style.c,v 1.15 2001/07/14 04:08:06 mwedel Exp $";   *   "$Id: style.c,v 1.16 2001/10/29 23:24:13 michtoen Exp $";
  */   */
   
 /*  /*
Line 82
 
Line 82
   if (dp == NULL)    if (dp == NULL)
     return -1;      return -1;
   
   errno=0;    save=errno=0;
   
   i = 0;    i = 0;
   while ((d = readdir (dp)) != NULL)    while ((d = readdir (dp)) != NULL)


Legend:
line(s) removed in v.1.15 
line(s) changed
 line(s) added in v.1.16

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