summaryrefslogtreecommitdiff
path: root/mail/thunderbird17/patches/patch-mailnews_base_search_src_nsMsgSearchTerm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird17/patches/patch-mailnews_base_search_src_nsMsgSearchTerm.cpp')
-rw-r--r--mail/thunderbird17/patches/patch-mailnews_base_search_src_nsMsgSearchTerm.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/thunderbird17/patches/patch-mailnews_base_search_src_nsMsgSearchTerm.cpp b/mail/thunderbird17/patches/patch-mailnews_base_search_src_nsMsgSearchTerm.cpp
deleted file mode 100644
index 48705f02a4c..00000000000
--- a/mail/thunderbird17/patches/patch-mailnews_base_search_src_nsMsgSearchTerm.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-mailnews_base_search_src_nsMsgSearchTerm.cpp,v 1.1 2013/11/13 13:27:45 ryoon Exp $
-
---- mailnews/base/search/src/nsMsgSearchTerm.cpp.orig 2013-07-12 15:29:22.000000000 +0000
-+++ mailnews/base/search/src/nsMsgSearchTerm.cpp
-@@ -197,7 +197,7 @@ nsresult NS_MsgGetStringForAttribute(int
- }
- }
- if (!found)
-- *string = '\0'; // don't leave the string uninitialized
-+ *string = NULL; // 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