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

Diff for /src/usr.bin/fmt/fmt.c between version 1.12 and 1.13

version 1.12, 1998/12/14 21:48:10 version 1.13, 1998/12/14 21:50:32
Line 331 
Line 331 
     if (argc>0      if (argc>0
         && (max_length=get_positive(*argv,"max length must be positive", 0))          && (max_length=get_positive(*argv,"max length must be positive", 0))
            != 0) {             != 0) {
         --argc; ++argv;
       if (max_length<goal_length)        if (max_length<goal_length)
         errx(EX_USAGE, "max length must be >= goal length");          errx(EX_USAGE, "max length must be >= goal length");
     }      }

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13