0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-27 06:18:57 +00:00
termux-packages/x11-packages/abiword/src-af-xap-xp-xap_Dialog.cpp.patch
Tee KOBAYASHI bb90063d73 abiword: Fix underlinking (and others)
* Fix underlinking against libgmodule

* Fix underlinking for plugins

* Fix bashism in (patch for) configure

* Fix build failure
2023-03-19 18:47:20 +09:00

12 lines
377 B
Diff

--- 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();