X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fauto.C;fp=cinelerra-5.1%2Fcinelerra%2Fauto.C;h=cd950dad0fae9907a1668391c7fa548a9a967fd1;hp=03d4aa016eb5d72b67122f79554e0f9ae8aad314;hb=25e944875e181186eeb59a124c1822e5b55d2248;hpb=22c6251d37911a11e322bf7518e6a992ea0bb6c7 diff --git a/cinelerra-5.1/cinelerra/auto.C b/cinelerra-5.1/cinelerra/auto.C index 03d4aa01..cd950dad 100644 --- a/cinelerra-5.1/cinelerra/auto.C +++ b/cinelerra-5.1/cinelerra/auto.C @@ -69,7 +69,7 @@ void Auto::copy(int64_t start, int64_t end, FileXML *file, int default_only) void Auto::copy_from(Auto *that) { - this->orig_id = orig_id; + this->orig_id = that->orig_id; this->position = that->position; }