file-ps: Don’t use variable uninitialized

Signed-off-by: Nils Philippsen <nils@tiptoe.de>
This commit is contained in:
Nils Philippsen 2024-08-25 15:27:26 +02:00 committed by Jehan
parent f2d5ff446a
commit 0ea20b959b

View file

@ -1445,7 +1445,7 @@ check_load_vals (GimpProcedureConfig *config)
gint pnm_type = 6;
gint text_alpha = 1;
gint graphics_alpha = 1;
gchar *pages;
gchar *pages = NULL;
if (config)
{