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

Diff for /src/usr.bin/sectok/Attic/cyberflex.c between version 1.23 and 1.24

version 1.23, 2002/06/17 07:10:52 version 1.24, 2003/04/04 00:51:10
Line 418 
Line 418 
                         continue;                          continue;
   
                 /* Format name */                  /* Format name */
                 sectok_fmt_fid(fname, &buf[4]);                  sectok_fmt_fid(fname, sizeof fname, &buf[4]);
   
                 /* Format size */                  /* Format size */
                 fsize = (buf[2] << 8) | buf[3];                  fsize = (buf[2] << 8) | buf[3];
Line 679 
Line 679 
         if (!aut0_vfyd)          if (!aut0_vfyd)
                 jaut(0, NULL);                  jaut(0, NULL);
   
         sectok_fmt_fid(progname, progID);          sectok_fmt_fid(progname, sizeof progname, progID);
         sectok_fmt_fid(contname, contID);          sectok_fmt_fid(contname, sizeof contname, contID);
   
         if (vflag) {          if (vflag) {
                 printf("applet file             \"%s\"\n", filename);                  printf("applet file             \"%s\"\n", filename);
Line 869 
Line 869 
         if (!aut0_vfyd)          if (!aut0_vfyd)
                 jaut(0, NULL);                  jaut(0, NULL);
   
         sectok_fmt_fid(progname, progID);          sectok_fmt_fid(progname, sizeof progname, progID);
         sectok_fmt_fid(contname, contID);          sectok_fmt_fid(contname, sizeof contname, contID);
   
         if (vflag) {          if (vflag) {
                 printf("program ID              %s\n", progname);                  printf("program ID              %s\n", progname);

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24