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

Diff for /src/usr.bin/mg/util.c between version 1.21 and 1.22

version 1.21, 2006/07/25 08:22:32 version 1.22, 2006/07/25 08:27:09
Line 31 
Line 31 
         int      ratio;          int      ratio;
   
         /* collect the data */          /* collect the data */
         clp = lforw(curbp->b_headp);          clp = bfirstlp(curbp);
         cchar = 0;          cchar = 0;
         cline = 0;          cline = 0;
         cbyte = 0;          cbyte = 0;

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