# | Line 400 | Line 400 | readrays(FILE *fp) | |
---|---|---|
400 | } | |
401 | return; | |
402 | missingData: | |
403 | < | sprintf(errmsg, "insufficient data in -i%s", rspec); |
403 | > | sprintf(errmsg, "insufficient data or read error for -i%s", rspec); |
404 | error(USER, errmsg); | |
405 | } | |
406 | ||
# | Line 746 | Line 746 | addpicz( /* add a picture + depth-buffer */ | |
746 | ||
747 | void | |
748 | eputs( /* put error message to stderr */ | |
749 | < | char *s |
749 | > | const char *s |
750 | ) | |
751 | { | |
752 | static int midline = 0; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |