mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Etype might have not been initialized when used
It is used here:
g_strdup_printf (_("Entity type does not match %s: %s"), etype, location);
But previous it might not have been initialized.
This commit is contained in:
@@ -279,6 +279,7 @@ ownerreportCB (const char *location, const char *label,
|
||||
break;
|
||||
}
|
||||
default:
|
||||
etype = "Undefined";
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user