[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.38 and 1.39

version 1.38, 2019/06/28 13:35:01 version 1.39, 2022/12/26 19:16:01
Line 451 
Line 451 
         if (strpbrk(name, "~{[*?\\") == NULL)          if (strpbrk(name, "~{[*?\\") == NULL)
                 return(savestr(name));                  return(savestr(name));
   
         /* XXX - does not expand enviroment variables. */          /* XXX - does not expand environment variables. */
         switch (glob(name, flags, NULL, &names)) {          switch (glob(name, flags, NULL, &names)) {
         case 0:          case 0:
                 if (names.gl_pathc == 1)                  if (names.gl_pathc == 1)

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39