Difference for common/porting.c from version 1.19 to 1.20


version 1.19 version 1.20
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_porting_c =   * static char *rcsid_porting_c =
  *   "$Id: porting.c,v 1.19 2003/03/08 05:35:32 mwedel Exp $";   *   "$Id: porting.c,v 1.20 2003/04/05 05:39:48 mwedel Exp $";
  */   */
   
 /*  /*
Line 582
 
Line 582
 #endif  #endif
  if (stat(buf, &statbuf) || !S_ISDIR (statbuf.st_mode)) {   if (stat(buf, &statbuf) || !S_ISDIR (statbuf.st_mode)) {
      LOG(llevDebug, "Was not dir...");       LOG(llevDebug, "Was not dir...");
      if (mkdir (buf, 0777)) {       if (mkdir (buf, SAVE_DIR_MODE)) {
  perror ("Couldn't make path to file");   perror ("Couldn't make path to file");
  return;   return;
      }       }


Legend:
line(s) removed in v.1.19 
line(s) changed
 line(s) added in v.1.20

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