openbsd-ports/x11/explorer/patches/patch-src_plugin_m_cpp
jasper 7dd9af70e1 - don't unconditionally strip the binary
- rename and regen patches
- bump pkgname
2008-08-19 22:25:29 +00:00

13 lines
376 B
Plaintext

$OpenBSD: patch-src_plugin_m_cpp,v 1.1 2008/08/19 22:25:29 jasper Exp $
--- src/plugin_m.cpp.orig Fri Jul 11 16:32:33 1997
+++ src/plugin_m.cpp Fri Aug 15 16:41:55 2008
@@ -205,7 +205,7 @@ const char *name):QMultiLineEdit(parent,
"%s/plugins",
pldir);
- struct DIR *checkdir;
+ DIR *checkdir;
checkdir = opendir(plugin_path);
if (checkdir == NULL)