mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-26 12:27:44 +00:00
wikiheaders: Patched to compile.
(whoops.)
This commit is contained in:
@@ -2707,7 +2707,7 @@ __EOF__
|
||||
opendir(DH, $wikipath) or die("Can't opendir '$wikipath': $!\n");
|
||||
while (my $d = readdir(DH)) {
|
||||
my $dent = $d;
|
||||
if ($dent =~ /\(AREADME\-.*?)\.md\Z/) {
|
||||
if ($dent =~ /\A(README\-.*?)\.md\Z/) {
|
||||
push @pages, $1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user