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

Diff for /src/usr.bin/file/Attic/print.c between version 1.4 and 1.5

version 1.4, 1997/07/25 21:05:26 version 1.5, 1997/08/24 18:33:12
Line 69 
Line 69 
                        (m->type >= 0 && m->type < SZOF(typ)) ?                         (m->type >= 0 && m->type < SZOF(typ)) ?
                                 typ[(unsigned char) m->type] :                                  typ[(unsigned char) m->type] :
                                 "*bad*");                                  "*bad*");
         if (m->mask != ~0L)          if (m->mask != ~0)
                 (void) fprintf(stderr, " & %.8x", m->mask);                  (void) fprintf(stderr, " & %.8x", m->mask);
   
         (void) fprintf(stderr, ",%c", m->reln);          (void) fprintf(stderr, ",%c", m->reln);

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