| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | < | /* Copyright (c) 1997 Silicon Graphics, Inc. */ |
| 1 | > | /* Copyright (c) 1998 Silicon Graphics, Inc. */ |
| 2 | ||
| 3 | #ifndef lint | |
| 4 | static char SCCSid[] = "$SunId$ SGI"; | |
| # | Line 126 | Line 126 | HDGRID *hproto; /* holodeck section grid */ | |
| 126 | error(SYSTEM, "failure loading holodeck directory"); | |
| 127 | /* check that it's clean */ | |
| 128 | if (hp->bi[nbeams(hp)].fo < 0) | |
| 129 | < | error(USER, "dirty holodeck section"); |
| 129 | > | error(WARNING, "dirty holodeck section"); |
| 130 | } else { /* assume we're creating it */ | |
| 131 | if ((hp = hdalloc(hproto)) == NULL) | |
| 132 | goto memerr; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |