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@6169 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
11c39f4b1e
commit
d8d1c97f41
@ -50,7 +50,7 @@ gnc_kvp_gemini (kvp_frame *kvp_root, const GUID *acct_guid,
|
||||
if (!kvp_root) return;
|
||||
|
||||
/* cwd == 'current working directory' */
|
||||
pwd = kvp_frame_get_frame (kvp_root, "gemini");
|
||||
pwd = kvp_frame_get_frame (kvp_root, "gemini", NULL);
|
||||
if (!pwd) return; /* error: can't ever happen */
|
||||
|
||||
/* find, increment, store number of copies */
|
||||
|
Loading…
Reference in New Issue
Block a user