ports/180563: SeaMonkey compilation error with Clang (*pp = ' \0' ; )

dt71 at gmx.com dt71 at gmx.com
Mon Jul 15 02:10:01 UTC 2013


The following reply was made to PR ports/180563; it has been noted by GNATS.

From: dt71 at gmx.com
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/180563: SeaMonkey compilation error with Clang (*pp = '\0';)
Date: Mon, 15 Jul 2013 04:00:06 +0200

 This is a multi-part message in MIME format.
 --------------060204090904010200010108
 Content-Type: text/plain; charset=UTF-8; format=flowed
 Content-Transfer-Encoding: 7bit
 
 
 --------------060204090904010200010108
 Content-Type: text/x-patch;
  name="seamonkey.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="seamonkey.patch"
 
 --- comm-release/mailnews/base/search/src/nsMsgSearchTerm.cpp
 +++ comm-release/mailnews/base/search/src/nsMsgSearchTerm.cpp
 @@ -197,7 +197,7 @@
      }
    }
    if (!found)
 -    *string = '\0'; // don't leave the string uninitialized
 +    *string = 0; // don't leave the string uninitialized
  
    // we no longer return invalid attribute. If we cannot find the string in the table,
    // then it is an arbitrary header. Return success regardless if found or not
 
 --------------060204090904010200010108--


More information about the freebsd-ports-bugs mailing list