PKGBUILDs/extra/camsource/mod_handle.c.patch

15 lines
295 B
Diff
Raw Normal View History

2009-10-10 02:23:22 +00:00
--- src/mod_handle.c.old 2005-01-31 11:16:10.000000000 +0000
+++ src/mod_handle.c 2005-01-31 11:27:25.000000000 +0000
@@ -303,10 +303,9 @@
for (i = 0; i < MAX_MODULES; i++)
{
if (modules[i].dlhand == dlh)
- goto inuse; /* break */
+ break;
}
dlclose(dlh);
-inuse:
}
}