[BACK]Return to fileio.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/fileio.c between version 1.89 and 1.90

version 1.89, 2012/05/25 04:56:58 version 1.90, 2012/06/11 18:30:03
Line 211 
Line 211 
         }          }
   
         if (asprintf(&nname, "%s~", fn) == -1) {          if (asprintf(&nname, "%s~", fn) == -1) {
                 ewprintf("Can't allocate temp file name : %s", strerror(errno));                  ewprintf("Can't allocate backup file name : %s", strerror(errno));
                 return (ABORT);                  return (ABORT);
         }          }
   

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.90