lib: Use Mu:Error exception

Where applicable.
This commit is contained in:
Dirk-Jan C. Binnema
2019-12-30 22:28:53 +02:00
parent dfafecaf0c
commit 97afdd9e3c
7 changed files with 37 additions and 24 deletions

View File

@ -652,7 +652,7 @@ get_msgid (MuMsgFile *self, gboolean *do_free)
return (char*)msgid;
} else { /* if there is none, fake it */
*do_free = TRUE;
return g_strdup_printf ("%016 " PRIx64 "@fake-msgid",
return g_strdup_printf ("%016" PRIx64 "@fake-msgid",
mu_util_get_hash (self->_path));
}
}