X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpluginset.C;fp=cinelerra-5.1%2Fcinelerra%2Fpluginset.C;h=6805d8ae171a7409c9c82a2af9c80c71352bb152;hb=5cdeee0e01761c9d53c45ab7d8983f7fb376a487;hp=e46fbd326f256011a2365a08151e61543f8fd4f9;hpb=5a46f81a504562b7c8a0c4ff940e2b5b5c068ded;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/pluginset.C b/cinelerra-5.1/cinelerra/pluginset.C index e46fbd32..6805d8ae 100644 --- a/cinelerra-5.1/cinelerra/pluginset.C +++ b/cinelerra-5.1/cinelerra/pluginset.C @@ -517,7 +517,7 @@ int PluginSet::optimize() source; source = (KeyFrame*)source->next) { KeyFrame *dest = new KeyFrame(edl, current_edit->keyframes); - *dest = *source; + dest->copy_from(source); current_edit->keyframes->append(dest); } remove(next_edit);