| # | Line 33 | Line 33 | int nfiles; /* number of input files */ | |
|---|---|---|
| 33 | ||
| 34 | VIEW *commvp = NULL; /* common view parameters */ | |
| 35 | ||
| 36 | < | char ourfmt[LPICFMT+1] = PICFMT; /* input picture format */ |
| 36 | > | char ourfmt[MAXFMTLEN] = PICFMT; /* input picture format */ |
| 37 | ||
| 38 | char StandardInput[] = "<stdin>"; | |
| 39 | char Command[] = "<Command>"; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |