f18416aae3
Patches in explorer changed name thanks to update-patches.
12 lines
304 B
Plaintext
12 lines
304 B
Plaintext
--- src/plugin_m.cpp.orig Fri Jul 11 16:32:33 1997
|
|
+++ src/plugin_m.cpp Thu Jun 7 21:45:41 2001
|
|
@@ -205,7 +205,7 @@ const char *name):QMultiLineEdit(parent,
|
|
"%s/plugins",
|
|
pldir);
|
|
|
|
- struct DIR *checkdir;
|
|
+ DIR *checkdir;
|
|
|
|
checkdir = opendir(plugin_path);
|
|
if (checkdir == NULL)
|