disable the unrecognized nls flag
[AROS-Contrib.git] / scout / BUGS
blob398ce5b627ba63e4dfc058f574c66e894ef26984
1 Known issues with AROS port:
3 Locks
4     List is empty.
6     struct FileLock *flock;
8     if (erster) next = lock;
9     flock = (struct FileLock *)BADDR(next);
11     if (TypeOfMem(flock) == 0) break;
12     if (flock->fl_Volume != MKBADDR(dol)) break;
14     Reason is that flock's members are 0.
16 Tasks
17     Segfault when enabling "in %". It needs to be checked how this
18     task time calculation can be done on AROS.