X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcprogressbox.C;h=ac49c98ac218a4eb027ba602850a9b25450580f6;hb=0a0a29dd9e484b5622b46173d51bb6cefc0a5da4;hp=69cc52b16c58e384daf6a587f8b0c566f19902a4;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/guicast/bcprogressbox.C b/cinelerra-5.1/guicast/bcprogressbox.C index 69cc52b1..ac49c98a 100644 --- a/cinelerra-5.1/guicast/bcprogressbox.C +++ b/cinelerra-5.1/guicast/bcprogressbox.C @@ -97,8 +97,8 @@ int BC_ProgressBox::stop_progress() { if( Thread::running() ) { pwindow->set_done(0); - Thread::join(); } + Thread::join(); return 0; }