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

Diff for /src/usr.bin/mail/fio.c between version 1.2 and 1.3

version 1.2, 1996/06/11 12:53:39 version 1.3, 1997/01/17 07:12:46
Line 398 
Line 398 
         for (cp = &xname[l-1]; *cp == '\n' && cp > xname; cp--)          for (cp = &xname[l-1]; *cp == '\n' && cp > xname; cp--)
                 ;                  ;
         cp[1] = '\0';          cp[1] = '\0';
         if (index(xname, ' ') && stat(xname, &sbuf) < 0) {          if (strchr(xname, ' ') && stat(xname, &sbuf) < 0) {
                 fprintf(stderr, "\"%s\": Ambiguous.\n", name);                  fprintf(stderr, "\"%s\": Ambiguous.\n", name);
                 return NOSTR;                  return NOSTR;
         }          }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3