mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-05 02:29:28 +02:00
typo
This commit is contained in:
parent
1a516766a6
commit
d82eb58dc7
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ int dc_str_replace(char** haystack, const char* needle, const char* replacement)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int dc_str_contains(const char* haystack, const const char* needle)
|
int dc_str_contains(const char* haystack, const char* needle)
|
||||||
{
|
{
|
||||||
/* case-insensitive search of needle in haystack, return 1 if found, 0 if not */
|
/* case-insensitive search of needle in haystack, return 1 if found, 0 if not */
|
||||||
if (haystack==NULL || needle==NULL) {
|
if (haystack==NULL || needle==NULL) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue