| # | Line 28 | Line 28 | int flags; | |
|---|---|---|
| 28 | char *pathname; | |
| 29 | register SCENE *sc; | |
| 30 | ||
| 31 | < | flags &= ~IO_FILES; /* not allowed */ |
| 31 | > | flags &= ~(IO_FILES|IO_INFO); /* not allowed */ |
| 32 | for (sc = slist; sc != NULL; sc = sc->next) | |
| 33 | if (!strcmp(sname, sc->name)) { | |
| 34 | if ((sc->ldflags & flags) == flags) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |