Files
termux-packages/x11-packages/abiword/src-wp-ap-gtk-ap_UnixApp.cpp.patch
termux-actions[bot] 8f481c02fb x11-packages/abiword
2022-05-02 02:03:35 +00:00

12 lines
373 B
Diff

--- a/src/wp/ap/gtk/ap_UnixApp.cpp
+++ b/src/wp/ap/gtk/ap_UnixApp.cpp
@@ -863,7 +863,7 @@
if (len < (strlen(G_MODULE_SUFFIX) + 2)) // this is ".so" and at least one char for the filename
return false;
const char *suffix = file+(len-3);
- if(0 == strcmp (suffix, "."G_MODULE_SUFFIX))
+ if(0 == strcmp (suffix, "." G_MODULE_SUFFIX))
return true;
return false;
}