git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6164 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2001-12-02 17:59:28 +00:00
parent d9dabbfebc
commit 2fcbda7e6f

View File

@ -51,12 +51,7 @@ gnc_kvp_gemini (kvp_frame *kvp_root, const GUID *acct_guid,
/* cwd == 'current working directory' */
pwd = kvp_frame_get_frame (kvp_root, "gemini");
if (!pwd)
{
pwd = kvp_frame_new();
kvp_frame_set_slot_nc (kvp_root,
"gemini", kvp_value_new_frame(pwd));
}
if (!pwd) return; /* error: can't ever happen */
/* find, increment, store number of copies */
v_ncopies = kvp_frame_get_slot (pwd, "ncopies");