|
|
| version 1.12, 2004/01/23 14:35:45 | version 1.13, 2004/02/18 06:52:34 |
|---|---|
| Line 201 flagload(const char* ext, const char* ti | Line 201 flagload(const char* ext, const char* ti |
| getstatfilename(path, ext, sizeof(path)); | getstatfilename(path, ext, sizeof(path)); |
| ret = statsave_check(path, buf, sizeof(buf)); | ret = statsave_check(path, buf, sizeof(buf)); |
| if (ret & (~NP2FLAG_DISKCHG)) { | if (ret & (~STATFLAG_DISKCHG)) { |
| fprintf(stderr, "Couldn't restart\n"); | fprintf(stderr, "Couldn't restart\n"); |
| rv = 1; | rv = 1; |
| } else if ((!force) && (ret & NP2FLAG_DISKCHG)) { | } else if ((!force) && (ret & STATFLAG_DISKCHG)) { |
| fprintf(stderr, "Conflict\n"); | fprintf(stderr, "Conflict\n"); |
| rv = 1; | rv = 1; |
| } | } |