projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32eefa3
)
Fix DtMail compilation on Sun with GCC
author
Matthew R. Trower
<dev@blackshard.net>
Wed, 27 Jun 2018 03:47:09 +0000
(22:47 -0500)
committer
Jon Trulson
<jon@radscan.com>
Wed, 27 Jun 2018 17:34:00 +0000
(11:34 -0600)
cde/programs/dtmail/dtmail/FindDialog.C
patch
|
blob
|
history
diff --git
a/cde/programs/dtmail/dtmail/FindDialog.C
b/cde/programs/dtmail/dtmail/FindDialog.C
index cef88a7d549d167ff79a2a3974db1d26fc1c2bfd..21567c9be39cbe9c90f6f1daca4259758a92a007 100644
(file)
--- a/
cde/programs/dtmail/dtmail/FindDialog.C
+++ b/
cde/programs/dtmail/dtmail/FindDialog.C
@@
-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.