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

Diff for /src/usr.bin/file/magic-load.c between version 1.13 and 1.14

version 1.13, 2015/08/11 22:23:51 version 1.14, 2015/08/11 22:27:06
Line 1024 
Line 1024 
                          * case it has any children.                           * case it has any children.
                          */                           */
                         ml->type = MAGIC_TYPE_NONE;                          ml->type = MAGIC_TYPE_NONE;
                         ml = NULL;  
                         continue;  
                 }                  }
   
                 ml->strength = magic_get_strength(ml);                  ml->strength = magic_get_strength(ml);

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14