Menu

#23 Bug when loading playlists

open
nobody
None
5
2002-12-05
2002-12-05
Anonymous
No

There is a bug
in 'Playlist.loadWinampFile'

the buggy line reads
if (str.charAt(0) != '/' || str.indexOf(":") != -1) { ...

but it has to read:
if (str.charAt(0) != '/' && str.indexOf(":") == -1) { ...

Lyakas Alexander
lyakasal@cs.technion.ac.il

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.