X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbootstrap.c;fp=cinelerra-5.1%2Fguicast%2Fbootstrap.c;h=3757d9e8e404cd07d6e83a3960149d4c8259cb6f;hb=198530fac4797a9338e91f342939468efffa4eb2;hp=c70dd0b650a7ba9397971ff46a5cac9f3d6479ce;hpb=b2106cd755a98389f1f6d373a71201b68377d74f;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/guicast/bootstrap.c b/cinelerra-5.1/guicast/bootstrap.c index c70dd0b6..3757d9e8 100644 --- a/cinelerra-5.1/guicast/bootstrap.c +++ b/cinelerra-5.1/guicast/bootstrap.c @@ -196,6 +196,7 @@ int main(int argc, char *argv[]) // Run system command on it sprintf(system_command, "%s %s %s", BOOTSTRAP, temp_path, out_path); int temp = system(system_command); + return 0; }