mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5234 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -603,7 +603,7 @@ gnc_html_embedded_barchart(gnc_html * parent,
|
||||
/* FIXME: Temporary workaround for allocation (?) problems with the
|
||||
g_hash_table (segfault at too many subsequent g_hash_table_lookup
|
||||
calls)*/
|
||||
#define UNNEEDED_OPTIONS 1
|
||||
#define UNNEEDED_OPTIONS 0
|
||||
|
||||
if((param = g_hash_table_lookup(params, "data_rows")) != NULL) {
|
||||
sscanf(param, "%d", &datarows);
|
||||
|
||||
Reference in New Issue
Block a user