Merge branch 'master' into cde-next

This commit is contained in:
Jon Trulson
2018-06-28 16:55:04 -06:00
11 changed files with 60 additions and 25 deletions

View File

@@ -734,7 +734,7 @@ FindDialog::compareMessage(DtMailMessageHandle handle)
// See if string 'toFind' is anyware in string 'str'.
// A case-insensitive version of strstr().
//
static const char *
const char *
FindDialog::strcasestr(const char *str, const char *toFind)
{
const char *result = NULL; // Default to not found.