Difference for random_maps/style.c from version 1.2 to 1.3


version 1.2 version 1.3
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_style_c =   * static char *rcsid_style_c =
  *   "$Id: style.c,v 1.2 1999/04/15 00:19:47 cvs Exp $";   *   "$Id: style.c,v 1.3 1999/06/26 22:48:36 cvs Exp $";
  */   */
   
 /*  /*
Line 145
 
Line 145
    .h file in linux allows non-const.  */     .h file in linux allows non-const.  */
 int select_regular_files(struct dirent *the_entry) {  int select_regular_files(struct dirent *the_entry) {
   if(the_entry->d_name[0]=='.') return 0;    if(the_entry->d_name[0]=='.') return 0;
     if(strstr(the_entry->d_name,"CVS")) return 0;
   return 1;    return 1;
 }  }
      


Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3

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