From 0a2e3b3a20aa0d5eb4d10121a767ee96519db0cb Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 25 Jul 2020 17:23:25 +0200 Subject: community/seamonkey: removed patch --- community/seamonkey/seamonkey-2.49.4-string-fmt.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 community/seamonkey/seamonkey-2.49.4-string-fmt.patch (limited to 'community/seamonkey/seamonkey-2.49.4-string-fmt.patch') diff --git a/community/seamonkey/seamonkey-2.49.4-string-fmt.patch b/community/seamonkey/seamonkey-2.49.4-string-fmt.patch deleted file mode 100644 index 6e0f31eb..00000000 --- a/community/seamonkey/seamonkey-2.49.4-string-fmt.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -rauN seamonkey-2.49.4/mozilla/js/xpconnect/src/XPCWrappedNative.cpp seamonkey-2.49.4-string-fmt-patch/mozilla/js/xpconnect/src/XPCWrappedNative.cpp ---- seamonkey-2.49.4/mozilla/js/xpconnect/src/XPCWrappedNative.cpp 2018-07-12 04:17:10.000000000 +0200 -+++ seamonkey-2.49.4-string-fmt-patch/mozilla/js/xpconnect/src/XPCWrappedNative.cpp 2019-08-30 15:05:08.309875223 +0200 -@@ -2219,7 +2219,7 @@ - "(%s" : (i == count-1) ? - ", %s)" : ", %s"; - name = JS_sprintf_append(name, fmt, -- array[i]->GetNameString()); -+ (array[i]->GetNameString() != NULL) ? array[i]->GetNameString() : "(NULL)"); - } - } - } -- cgit v1.2.3-70-g09d2