From: Matthew R. Trower Date: Wed, 27 Jun 2018 03:47:09 +0000 (-0500) Subject: Fix DtMail compilation on Sun with GCC X-Git-Tag: 2.3.0~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cd52651a3ace5d14e60215325c9086e6b80a3026;p=oweals%2Fcde.git Fix DtMail compilation on Sun with GCC --- diff --git a/cde/programs/dtmail/dtmail/FindDialog.C b/cde/programs/dtmail/dtmail/FindDialog.C index cef88a7d..21567c9b 100644 --- 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.