[BACK]Return to magic-test.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / file

Diff for /src/usr.bin/file/magic-test.c between version 1.24 and 1.25

version 1.24, 2016/08/26 08:50:31 version 1.25, 2017/04/18 14:16:48
Line 1403 
Line 1403 
   
         if (*ms.out != '\0') {          if (*ms.out != '\0') {
                 if (flags & MAGIC_TEST_MIME) {                  if (flags & MAGIC_TEST_MIME) {
                         if (ms.mimetype)                          if (ms.mimetype != NULL)
                                 return (xstrdup(ms.mimetype));                                  return (xstrdup(ms.mimetype));
                         return (NULL);                          return (NULL);
                 }                  }

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25