add missing xml closers, add fix for folder bug, add roundoff fixups
[goodguy/history.git] / cinelerra-5.1 / cinelerra / batchrender.C
index 3fa755bcdcf898723d0e466b725dd7d4e2157b72..a02a8cff87615b23942f0027ca8dca6a9135cc0c 100644 (file)
@@ -340,6 +340,9 @@ void BatchRenderThread::save_jobs(char *path)
                file.tag.set_title("JOB");
                jobs.values[i]->save(&file);
        }
+       file.tag.set_title("/JOBS");
+       file.append_tag();
+       file.append_newline();
 
        if(path[0])
                file.write_to_file(path);