Guido - 2007-03-04

Logged In: YES
user_id=1371104
Originator: NO

This error apparantly happens when a pointer in lvalue is cast before it is being assigned to.
One way to fix this problem is by removing the '(char*)' cast before 'tocEntryPointer' and then to prevent warnings
cast 'toc' to a '(struct dirTocEntry*)'. This does not seem to work everywhere though. In some pieces of code
where you have something like '(char*)tocEntryPointer-toc' the (char*) must remain.