mirror of
				https://github.com/libsdl-org/SDL.git
				synced 2025-11-04 01:34:38 +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");
 | 
					            opendir(DH, $wikipath) or die("Can't opendir '$wikipath': $!\n");
 | 
				
			||||||
            while (my $d = readdir(DH)) {
 | 
					            while (my $d = readdir(DH)) {
 | 
				
			||||||
                my $dent = $d;
 | 
					                my $dent = $d;
 | 
				
			||||||
                if ($dent =~ /\(AREADME\-.*?)\.md\Z/) {
 | 
					                if ($dent =~ /\A(README\-.*?)\.md\Z/) {
 | 
				
			||||||
                    push @pages, $1;
 | 
					                    push @pages, $1;
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user