git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6169 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2001-12-02 23:32:15 +00:00
parent 11c39f4b1e
commit d8d1c97f41

View File

@ -50,7 +50,7 @@ gnc_kvp_gemini (kvp_frame *kvp_root, const GUID *acct_guid,
if (!kvp_root) return; if (!kvp_root) return;
/* cwd == 'current working directory' */ /* 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 */ if (!pwd) return; /* error: can't ever happen */
/* find, increment, store number of copies */ /* find, increment, store number of copies */