mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Fix DtMail compilation on Sun with GCC
This commit is contained in:
parent
32eefa310a
commit
cd52651a3a
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue