mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 08:36:21 +00:00
Fixed OTR decryption check
This commit is contained in:
@@ -193,7 +193,7 @@ str_replace(const char *string, const char *substr,
|
||||
}
|
||||
|
||||
gboolean
|
||||
str_contains_str(char *searchstr, char *substr)
|
||||
str_contains_str(const char * const searchstr, const char * const substr)
|
||||
{
|
||||
return g_strrstr(searchstr, substr) != NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user