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

Diff for /src/usr.bin/file/Attic/apprentice.c between version 1.20 and 1.21

version 1.20, 2004/09/25 09:19:35 version 1.21, 2006/04/04 10:53:40
Line 698 
Line 698 
                 m->nospflag = 1;                  m->nospflag = 1;
         } else          } else
                 m->nospflag = 0;                  m->nospflag = 0;
         while ((m->desc[i++] = *l++) != '\0' && i < MAXDESC)  
                 /* NULLBODY */;          strlcpy(m->desc, l, sizeof(m->desc));
   
 #ifndef COMPILE_ONLY  #ifndef COMPILE_ONLY
         if (action == FILE_CHECK) {          if (action == FILE_CHECK) {

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21