lib: Use Mu:Error exception
Where applicable.
This commit is contained in:
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user