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

Diff for /src/usr.bin/cap_mkdb/cap_mkdb.c between version 1.7 and 1.8

version 1.7, 2001/06/18 18:17:58 version 1.8, 2001/07/12 05:16:56
Line 188 
Line 188 
   
                 /* Find the end of the name field. */                  /* Find the end of the name field. */
                 if ((p = strchr(bp, info ? ',' : ':')) == NULL) {                  if ((p = strchr(bp, info ? ',' : ':')) == NULL) {
                         warnx("no name field: %.*s", MIN(len, 20), bp);                          warnx("no name field: %.*s", (int)MIN(len, 20), bp);
                         continue;                          continue;
                 }                  }
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8