| # | Line 946 | Line 946 | int rvr | |
|---|---|---|
| 946 | usepfilt |= nora_rgbe; | |
| 947 | } else if (frseq[0] == frame) { /* no interpolation needed */ | |
| 948 | if (!rvr && frame > 1+vint(INTERP)) { /* archive previous */ | |
| 949 | + | if (arcnext - arcargs + |
| 950 | + | strlen(fbase) >= sizeof(arcargs)-8) { |
| 951 | + | fprintf(stderr, |
| 952 | + | "%s: too many filenames in archive command -- reduce %s variable\n", |
| 953 | + | progname, vnam(DISKSPACE)); |
| 954 | + | quit(1); |
| 955 | + | } |
| 956 | *arcnext++ = ' '; | |
| 957 | sprintf(arcnext, fbase, frame-vint(INTERP)-1); | |
| 958 | while (*arcnext) arcnext++; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |