# | Line 67 | Line 67 | readobj( /* read in an object file or stream */ | |
---|---|---|
67 | if (inpspec[0] == '!') { | |
68 | if (pclose(infp) != 0) { | |
69 | sprintf(errmsg, "bad status from \"%s\"", inpspec); | |
70 | < | error(USER, errmsg); |
70 | > | error(WARNING, errmsg); |
71 | } | |
72 | } else if (infp != stdin) | |
73 | fclose(infp); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |