Difference for random_maps/style.c from version 1.7 to 1.8


version 1.7 version 1.8
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_style_c =   * static char *rcsid_style_c =
  *   "$Id: style.c,v 1.7 2000/11/17 05:07:49 cvs Exp $";   *   "$Id: style.c,v 1.8 2000/12/04 00:40:05 cvs Exp $";
  */   */
   
 /*  /*
Line 144
 
Line 144
   
 /* the warning here is because I've declared it "const", the  /* the warning here is because I've declared it "const", the
    .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(const 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;    if(strstr(the_entry->d_name,"CVS")) return 0;
   return 1;    return 1;


Legend:
line(s) removed in v.1.7 
line(s) changed
 line(s) added in v.1.8

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