aboutsummaryrefslogtreecommitdiffstats
path: root/community/abiword/musl-1.2.3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/abiword/musl-1.2.3.patch')
-rw-r--r--community/abiword/musl-1.2.3.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/abiword/musl-1.2.3.patch b/community/abiword/musl-1.2.3.patch
new file mode 100644
index 00000000000..23c0603664f
--- /dev/null
+++ b/community/abiword/musl-1.2.3.patch
@@ -0,0 +1,11 @@
+--- a/src/af/xap/xp/xap_Dialog.cpp
++++ b/src/af/xap/xp/xap_Dialog.cpp
+@@ -267,7 +267,7 @@
+ // This function constructs and returns the window name of a modeless dialog by
+ // concatenating the active frame with the dialog name
+
+- *pWindowName = (char) NULL;
++ *pWindowName = (char) 0;
+ UT_UTF8String wn = UT_UTF8String(pDialogName);
+
+ XAP_Frame* pFrame = getActiveFrame();