Difference for common/porting.c from version 1.30 to 1.31


version 1.30 version 1.31
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_porting_c =   * static char *rcsid_porting_c =
  *   "$Id: porting.c,v 1.30 2006/03/18 17:15:24 ryo_saeba Exp $";   *   "$Id: porting.c,v 1.31 2006/05/21 12:41:48 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 140
 
Line 140
      }       }
      sprintf(buf,"%s/%s", path, de->d_name);       sprintf(buf,"%s/%s", path, de->d_name);
      if (unlink(buf)) {       if (unlink(buf)) {
  LOG(llevError,"Unable to remove directory %s\n", path);   LOG(llevError,"Unable to remove %s\n", path);
      }       }
  }   }
  closedir(dirp);   closedir(dirp);


Legend:
line(s) removed in v.1.30 
line(s) changed
 line(s) added in v.1.31

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