Fix hard crash in case of a unwritable Latex Output file. Print warnign instead of hard stop

This commit is contained in:
Mario Hüttel 2022-02-11 21:56:54 +01:00
parent 4eebff04a4
commit 554b73c406
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ static int latex_renderer_render_output(GdsOutputRenderer *renderer,
l_renderer->pdf_layers, l_renderer->tex_standalone, renderer);
fclose(tex_file);
} else {
g_error(_("Could not open LaTeX output file"));
g_warning(_("Could not open LaTeX output file"));
}
if (settings)