| # | Line 40 | Line 40 | main( | |
|---|---|---|
| 40 | { | |
| 41 | char *inpname, *outname; | |
| 42 | int hdfd[2]; | |
| 43 | < | long nextipos, lastopos, thisopos; |
| 43 | > | int32 nextipos, lastopos, thisopos; |
| 44 | ||
| 45 | progname = argv[0]; | |
| 46 | argv++; argc--; /* duplicate checking flag? */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |