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

Diff for /src/usr.bin/column/column.c between version 1.2 and 1.3

version 1.2, 1996/06/26 05:32:16 version 1.3, 1997/01/15 23:42:21
Line 91 
Line 91 
                 termwidth = win.ws_col;                  termwidth = win.ws_col;
   
         tflag = xflag = 0;          tflag = xflag = 0;
         while ((ch = getopt(argc, argv, "c:s:tx")) != EOF)          while ((ch = getopt(argc, argv, "c:s:tx")) != -1)
                 switch(ch) {                  switch(ch) {
                 case 'c':                  case 'c':
                         termwidth = atoi(optarg);                          termwidth = atoi(optarg);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3