Use mock_type() for casting mock()

This commit is contained in:
Frank Zschockelt
2019-05-08 21:52:16 +02:00
parent a5db791dc4
commit 4683395aca
4 changed files with 13 additions and 13 deletions

View File

@@ -57,7 +57,7 @@ void otr_keygen(ProfAccount *account)
gboolean otr_key_loaded(void)
{
return (gboolean)mock();
return mock_type(gboolean);
}
char* otr_tag_message(const char * const msg)