# | Line 292 | Line 292 | open_pict(fn) /* open picture file */ | |
---|---|---|
292 | char *fn; | |
293 | { | |
294 | if ((pictfp = fopen(fn, "r")) == NULL) { | |
295 | < | fprintf("%s: cannot open\n", fn); |
295 | > | fprintf(stderr, "%s: cannot open\n", fn); |
296 | exit(1); | |
297 | } | |
298 | exposure = 1.0; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |