You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2007-01-31 18:16:39: @bennylpcreated the issue on trac ticket 86
The current_file variable is not always consistent and need to be updated
specially when the last file in the list has been played otherwise there is a
crash due to an access violation since it's used as an index for the playlist;
The statement
current_file = fport->current_file;
shall be the first statement in the while (size_left > 0) loop to fix that
array index bug ;o)
Thanks Alain Totouom for the report/fix.
2007-01-31 18:18:06: @bennylpchanged status from new to closed
2007-01-31 18:18:06: @bennylpset resolution to fixed
Another problem reported and fixed by Alain Totouom, and I committed in r919:
"When x Files are set in the play list, in the first iteration all the files are
played normally. But when the first loop is over only the first file in the list
is played continuously (bug)."
The text was updated successfully, but these errors were encountered:
2007-01-31 18:16:39: @bennylp created the issue on trac ticket 86
The current_file variable is not always consistent and need to be updated
specially when the last file in the list has been played otherwise there is a
crash due to an access violation since it's used as an index for the playlist;
The statement
shall be the first statement in the while (size_left > 0) loop to fix that
array index bug ;o)
Thanks Alain Totouom for the report/fix.
2007-01-31 18:18:06: @bennylp changed status from new to closed
2007-01-31 18:18:06: @bennylp set resolution to fixed
2007-01-31 18:18:06: @bennylp commented
Fixed in r917.
2007-01-31 21:09:42: @bennylp changed title from Crash in WAV playlist to Bugs in WAV playlist
2007-01-31 21:09:42: @bennylp commented
Another problem reported and fixed by Alain Totouom, and I committed in r919:
"When x Files are set in the play list, in the first iteration all the files are
played normally. But when the first loop is over only the first file in the list
is played continuously (bug)."
The text was updated successfully, but these errors were encountered: