* mu-util.c: return FALSE in all case for mu_util_g_set_error
This commit is contained in:
@ -449,7 +449,7 @@ mu_util_g_set_error (GError **err, MuError errcode, const char *frm, ...)
|
|||||||
|
|
||||||
/* don't bother with NULL errors, or errors already set */
|
/* don't bother with NULL errors, or errors already set */
|
||||||
if (!err || *err)
|
if (!err || *err)
|
||||||
return;
|
return FALSE;
|
||||||
|
|
||||||
msg = NULL;
|
msg = NULL;
|
||||||
va_start (ap, frm);
|
va_start (ap, frm);
|
||||||
|
|||||||
Reference in New Issue
Block a user