mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Periodic merge of branch 'maint'
- Replace deprecated g_dirname
This commit is contained in:
commit
096e71cb6a
@ -281,7 +281,7 @@ static void
|
||||
teardown (Fixture *fixture, gconstpointer pData)
|
||||
{
|
||||
gchar *lockfile = g_strdup_printf ("%s/test-dbi.xml.LCK",
|
||||
g_dirname (DBI_TEST_XML_FILENAME));
|
||||
g_path_get_dirname (DBI_TEST_XML_FILENAME));
|
||||
gchar *msg = g_strdup_printf ("[xml_session_end()] Error on g_unlink(%s): 2: No such file or directory", lockfile);
|
||||
gchar *logdomain = "gnc.backend";
|
||||
guint loglevel = G_LOG_LEVEL_WARNING | G_LOG_FLAG_FATAL;
|
||||
|
Loading…
Reference in New Issue
Block a user