Comment 7 for bug 480713

Revision history for this message
Rene (g.xrc) wrote :

Dear All,
I found origin of the bug in source file aud_scan.c, line 80
So I also opened a bug at berlios:
http://developer.berlios.de/bugs/?func=detailbug&bug_id=16452&group_id=10094
new (vers 1.1.x): lsf = (newhead & ((long)1 << 19));
old (vers 1.0.7): lsf = (newhead & ((long)1<<19)) ? 0x0 : 0x1;
reverting this makes it work again.