mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Extend the stack size when pulling price quotes (#428133)
Patch from Mike Alexander. BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15966 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
d6d784617a
commit
e5c59face3
@ -364,6 +364,8 @@ inner_main_add_price_quotes(void *closure, int argc, char **argv)
|
||||
SCM mod, add_quotes, scm_book, scm_result = SCM_BOOL_F;
|
||||
QofSession *session = NULL;
|
||||
|
||||
scm_c_eval_string("(debug-set! stack 200000)");
|
||||
|
||||
mod = scm_c_resolve_module("gnucash price-quotes");
|
||||
scm_set_current_module(mod);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user