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

Diff for /src/usr.bin/stat/stat.c between version 1.8 and 1.9

version 1.8, 2005/04/11 08:14:26 version 1.9, 2005/04/11 08:19:07
Line 888 
Line 888 
                 if (l >= blen)                  if (l >= blen)
                         return (l);                          return (l);
                 for (; prec > 9 && l < blen; prec--, l++)                  for (; prec > 9 && l < blen; prec--, l++)
                         (void)strlcat(buf, "0", sizeof(lfmt));                          (void)strlcat(buf, "0", blen);
                 return (l);                  return (l);
         }          }
   

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