aboutsummaryrefslogtreecommitdiff
path: root/editors/abiword/files/patch-src::wp::ap::unix::ap_UnixApp.cpp
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-06-21 12:06:06 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-06-21 12:06:06 +0000
commitec5d299eb61469aea4a1168bf8c059f6fb1c5556 (patch)
treeb40cc4ec2810b17b1e4c92a628c0219d556f1c02 /editors/abiword/files/patch-src::wp::ap::unix::ap_UnixApp.cpp
parent280725774faa4e3d91ff599cca3a1466c77d300e (diff)
Notes
Diffstat (limited to 'editors/abiword/files/patch-src::wp::ap::unix::ap_UnixApp.cpp')
-rw-r--r--editors/abiword/files/patch-src::wp::ap::unix::ap_UnixApp.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/editors/abiword/files/patch-src::wp::ap::unix::ap_UnixApp.cpp b/editors/abiword/files/patch-src::wp::ap::unix::ap_UnixApp.cpp
deleted file mode 100644
index 9af484ab202f..000000000000
--- a/editors/abiword/files/patch-src::wp::ap::unix::ap_UnixApp.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- src/wp/ap/unix/ap_UnixApp.cpp.orig Thu Dec 6 09:00:14 2001
-+++ src/wp/ap/unix/ap_UnixApp.cpp Mon Dec 17 13:49:48 2001
-@@ -612,7 +612,7 @@
- {
- pluginDir = pluginList[i];
-
-- n = scandir(pluginDir.c_str(), &namelist, so_only, alphasort);
-+ n = scandir(pluginDir.c_str(), &namelist, (int (*)(dirent *))so_only, alphasort);
- UT_DEBUGMSG(("DOM: found %d plugins in %s\n", n, pluginDir.c_str()));
-
- if (n > 0)