| # | Line 1269 | Line 1269 | main(int argc, char *argv[]) | |
|---|---|---|
| 1269 | case 'f': /* special case for -fo, -ff, etc. */ | |
| 1270 | switch (argv[a][2]) { | |
| 1271 | case '\0': /* cal file */ | |
| 1272 | < | goto userr; |
| 1272 | > | na = 2; |
| 1273 | > | break; |
| 1274 | case 'o': /* force output */ | |
| 1275 | goto userr; | |
| 1276 | case 'a': /* output format */ | |
| # | Line 1331 | Line 1332 | main(int argc, char *argv[]) | |
| 1332 | case 's': | |
| 1333 | case 'o': | |
| 1334 | case 't': | |
| 1335 | + | case 'e': |
| 1336 | na = 2; | |
| 1337 | break; | |
| 1338 | case 'b': /* special case */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |