From 4738e98dbca26f95dbf73a8038cbff7bcbc9e6fa Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Thu, 18 Nov 1999 09:15:20 +0000 Subject: [PATCH] Fix solaris breakage. --- mailnews/compose/src/nsSmtpUrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailnews/compose/src/nsSmtpUrl.cpp b/mailnews/compose/src/nsSmtpUrl.cpp index e3ccf35bffe8..e953283623ec 100644 --- a/mailnews/compose/src/nsSmtpUrl.cpp +++ b/mailnews/compose/src/nsSmtpUrl.cpp @@ -231,7 +231,7 @@ nsresult nsMailtoUrl::ParseUrl() // now parse out the search field... nsCAutoString searchPart; m_toPart.Mid(searchPart, startOfSearchPart, -1); - if (searchPart) + if (!searchPart.IsEmpty()) { ParseMailtoUrl(searchPart); // now we need to strip off the search part from the