| # | Line 6 | Line 6 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 6 | */ | |
| 7 | ||
| 8 | #include "copyright.h" | |
| 9 | + | #include "paths.h" |
| 10 | #include "platform.h" | |
| 11 | #include "standard.h" | |
| 12 | #include "resolu.h" | |
| # | Line 65 | Line 66 | main( /* compile a .OBJ file into a mesh */ | |
| 66 | sprintf(errmsg, | |
| 67 | "cannot find library material: '%s'", | |
| 68 | argv[i]); | |
| 69 | < | error(USER, errmsg); |
| 69 | > | error(SYSTEM, errmsg); |
| 70 | } | |
| 71 | matinp[nmatf++] = strcpy(pns, cp); | |
| 72 | while (*pns++) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |