Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jul 2013 02:10:01 GMT
From:      dt71@gmx.com
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/180563: SeaMonkey compilation error with Clang (*pp = ' \0' ; )
Message-ID:  <201307150210.r6F2A1hJ063087@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/180563; it has been noted by GNATS.

From: dt71@gmx.com
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/180563: SeaMonkey compilation error with Clang (*pp = &#39;\0&#39;;)
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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307150210.r6F2A1hJ063087>