I'd seen this, but then couldn't replicate it when debugging.
That's because I'd cleaned up my playlist so it didn't trigger
#491097, and loading another playlist triggered it.
Line numbers from 1.5.1-2, and the bug is calling
tuple_get_int(NULL, ..., ...).
playlist.c:2432
else if ((entry->tuple != NULL || entry->title != NULL) &&
tuple_get_int(entry->tuple, FIELD_LENGTH, NULL) > -1 &&
tuple_get_int(entry->tuple, FIELD_MTIME, NULL) != -1)
The same bug appears again at line 2483.
Line 211 needs work too.
Steve
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]