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

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

version 1.7, 2003/06/28 15:36:35 version 1.8, 2003/07/02 21:04:09
Line 49 
Line 49 
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
 #include <stdio.h>  #include <stdio.h>
   #include <err.h>
   
 /*  /*
  * colcrt - replaces col for crts with new nroff esp. when using tbl.   * colcrt - replaces col for crts with new nroff esp. when using tbl.
Line 86 
Line 87 
         int c;          int c;
   
         argc--;          argc--;
         *argv++;          argv++;
         while (argc > 0 && argv[0][0] == '-') {          while (argc > 0 && argv[0][0] == '-') {
                 switch (argv[0][1]) {                  switch (argv[0][1]) {
                         case 0:                          case 0:

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