freebsd-ports/devel/clint/files/patch-python_plugin.cc
Martin Wilke 66e47a5822 - Unbreak on 5.X
PR:		ports/106110
Submitted by:	Peter Johnson <johnson.peter@gmail.com>
2006-12-01 07:49:16 +00:00

15 lines
377 B
C++

--- plugins/python/python_plugin.cc.orig Mon Apr 16 13:23:28 2001
+++ plugins/python/python_plugin.cc Thu Nov 30 22:35:49 2006
@@ -51,11 +51,11 @@
rules.push_back( rule );
}
}
+ closedir(curdir);
} else {
// There is something wrong with the directory. Probably doesn't
// exist
}
- closedir(curdir);
return;
}