| # | Line 900 | Line 900 | send_frame(void) /* send frame to destination */ | |
|---|---|---|
| 900 | int y; | |
| 901 | /* open output picture */ | |
| 902 | sprintf(pfname, vval(BASENAME), fcur); | |
| 903 | < | strcat(pfname, ".pic"); |
| 903 | > | strcat(pfname, ".hdr"); |
| 904 | fp = fopen(pfname, "w"); | |
| 905 | if (fp == NULL) { | |
| 906 | sprintf(errmsg, "cannot open output frame \"%s\"", pfname); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |