aboutsummaryrefslogtreecommitdiff
path: root/libs/ldns/patches/001-perl5-defined-array.patch
blob: 5e193d9eaa616cf3c12fabe20b72f1ad6384c8b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/doc/doxyparse.pl
+++ b/doc/doxyparse.pl
@@ -273,7 +273,7 @@ foreach (keys %manpages) {
 
 	print MAN $MAN_MIDDLE;
 
-	if (defined(@$also)) {
+	if (@$also) {
 		print MAN "\n.SH SEE ALSO\n\\fI";
 		print MAN join "\\fR, \\fI", @$also;
 		print MAN "\\fR.\nAnd ";