mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix a missing mode == in 'Replace the three bool parameters
to qof_session_begin to an enum'.
This commit is contained in:
parent
b8d514e157
commit
d4e90132d9
@ -126,7 +126,7 @@ GncXmlBackend::session_begin(QofSession* session, const char* new_uri,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!check_path(m_fullpath.c_str(),
|
if (!check_path(m_fullpath.c_str(),
|
||||||
SESSION_NEW_STORE || mode == SESSION_NEW_OVERWRITE))
|
mode == SESSION_NEW_STORE || mode == SESSION_NEW_OVERWRITE))
|
||||||
return;
|
return;
|
||||||
m_dirname = g_path_get_dirname (m_fullpath.c_str());
|
m_dirname = g_path_get_dirname (m_fullpath.c_str());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user