mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-14 16:58:28 +00:00
wikiheaders: Patched to compile.
(whoops.)
This commit is contained in:
parent
06c2f9fcfc
commit
a7344206e8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue