[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.4 and 1.5

version 1.4, 2015/04/25 21:17:09 version 1.5, 2015/05/29 14:15:41
Line 287 
Line 287 
         if (ml->test_not || ml->test_operator == 'x')          if (ml->test_not || ml->test_operator == 'x')
                 return (1);                  return (1);
   
         n = 20;          n = 2 * MAGIC_STRENGTH_MULTIPLIER;
         switch (ml->type) {          switch (ml->type) {
         case MAGIC_TYPE_NONE:          case MAGIC_TYPE_NONE:
         case MAGIC_TYPE_DEFAULT:          case MAGIC_TYPE_DEFAULT:

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5