Files
gentoo/dev-games/clanlib/files/clanlib-0.8.1-docbuilder.patch
2021-04-19 20:09:47 +01:00

29 lines
637 B
Diff

--- a/Documentation/Utilities/webbuilder.pl.in
+++ b/Documentation/Utilities/webbuilder.pl.in
@@ -68,11 +68,7 @@ sub convert
sub print_head
{
my ($xml_head, $file) = @ARG;
- my $ml, $buffer;
-
- # Don't know what this does, but Perceps does it:
- if ($*) { $ml=1; }
- else { $ml=0; }
+ my $buffer;
# Read theme from disk and execute it:
if ( -e $file )
@@ -93,11 +89,7 @@ sub print_head
sub print_body
{
my ($xml_body, $file) = @ARG;
- my $ml, $buffer;
-
- # Don't know what this does, but Perceps does it:
- if ($*) { $ml=1; }
- else { $ml=0; }
+ my $buffer;
# Read theme from disk and execute it:
if ( -e $file )