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

Diff for /src/usr.bin/mg/dired.c between version 1.76 and 1.77

version 1.76, 2015/09/26 21:51:58 version 1.77, 2015/09/28 11:56:17
Line 802 
Line 802 
         int              i;          int              i;
         size_t           len;          size_t           len;
   
         if ((dname = adjustname(dname, FALSE)) == NULL) {          if ((dname = adjustname(dname, TRUE)) == NULL) {
                 dobeep();                  dobeep();
                 ewprintf("Bad directory name");                  ewprintf("Bad directory name");
                 return (NULL);                  return (NULL);

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77