gnucash maint: Etype might have not been initialized when used

Christopher Lam clam at code.gnucash.org
Sun Aug 16 17:24:25 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/f6629359 (commit)
	from  https://github.com/Gnucash/gnucash/commit/58bf438a (commit)



commit f662935990177318d877a4034f256976477f1681
Author: Hong Xu <hong at topbug.net>
Date:   Sun Aug 16 13:59:02 2020 -0700

    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.



Summary of changes:
 gnucash/gnome/business-urls.c | 1 +
 1 file changed, 1 insertion(+)



More information about the gnucash-patches mailing list