Merge branch 'bi-import-segfault' into stable #1899

This commit is contained in:
Christopher Lam 2024-04-12 23:14:28 +08:00
commit cde6b095c0

View File

@ -68,7 +68,7 @@
g_strstrip( temp ); \
gtk_list_store_set (store, &iter, column, temp, -1); \
g_free (temp); \
}
} else gtk_list_store_set (store, &iter, column, "", -1);
static QofLogModule log_module = G_LOG_DOMAIN; //G_LOG_BUSINESS;
static char * un_escape(char *str);