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:
44e384a
)
Use the system strcasestr() on Linux.
author
James Woodcock
<james_woodcock@yahoo.co.uk>
Thu, 6 Sep 2012 19:47:11 +0000
(20:47 +0100)
committer
Jon Trulson
<jon@radscan.com>
Fri, 28 Sep 2012 00:01:24 +0000
(18:01 -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 4696c421497cdda5b90808bf3a5c6beb3c856933..ad4169c65fa51a5e50b1441d4344a028ea96c20a 100644
(file)
--- a/
cde/programs/dtmail/dtmail/FindDialog.C
+++ b/
cde/programs/dtmail/dtmail/FindDialog.C
@@
-728,7
+728,7
@@
FindDialog::compareMessage(DtMailMessageHandle handle)
return(found);
}
-#if !defined(CSRG_BASED)
+#if !defined(CSRG_BASED)
&& !defined(linux)
//
// See if string 'toFind' is anyware in string 'str'.
// A case-insensitive version of strstr().