summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 929c7d2)
raw | patch | inline | side by side (parent: 929c7d2)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 9 Jan 2012 14:09:54 +0000 (15:09 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 9 Jan 2012 14:09:54 +0000 (15:09 +0100) |
debian/patches/bts559801_plugin_find_fix.dpatch | patch | blob | history |
diff --git a/debian/patches/bts559801_plugin_find_fix.dpatch b/debian/patches/bts559801_plugin_find_fix.dpatch
index bd0856af59cb4c29c25b5ea912ccd86e5c3c8181..129f3b5a292509bc227b453a172ffd6035cc4b0e 100755 (executable)
diff a/src/plugin.c b/src/plugin.c
--- a/src/plugin.c
+++ b/src/plugin.c
-@@ -572,7 +572,7 @@ int plugin_load (const char *type)
+@@ -623,7 +623,7 @@ int plugin_load (const char *type)
while ((de = readdir (dh)) != NULL)
{