* I obviously forgot to test copying playlist items.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30836 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -32,7 +32,7 @@ CopyPLItemsCommand::CopyPLItemsCommand(Playlist* playlist,
|
||||
return;
|
||||
}
|
||||
|
||||
memcpy(fItems, 0, sizeof(PlaylistItem*) * fCount);
|
||||
memset(fItems, 0, sizeof(PlaylistItem*) * fCount);
|
||||
|
||||
// init original entries and
|
||||
for (int32 i = 0; i < fCount; i++) {
|
||||
|
||||
Reference in New Issue
Block a user