# | Line 12 | Line 12 | static const char RCSid[] = "$Id$"; | |
---|---|---|
12 | #include <time.h> | |
13 | ||
14 | #include "platform.h" | |
15 | – | #include "paths.h" |
15 | #include "resolu.h" | |
16 | #include "radogl.h" | |
17 | #include "octree.h" | |
# | Line 147 | Line 146 | char *name; | |
146 | path = getpath(name, getrlibpath(), R_OK); | |
147 | if (path == NULL) { | |
148 | sprintf(errmsg, "cannot find octree \"%s\"", name); | |
149 | < | error(USER, errmsg); |
149 | > | error(SYSTEM, errmsg); |
150 | } | |
151 | op = (OCTINST *)(lp->data = (char *)malloc(sizeof(OCTINST))); | |
152 | strcpy(op->octfile, path); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |