]> git.mxchange.org Git - flightgear.git/blobdiff - scripts/atis/find_nonUTF8.pl
Allow using the system version of flite and the HTS engine
[flightgear.git] / scripts / atis / find_nonUTF8.pl
index a5cf22ebc6fabaedea94d6d27ab651c8428a5a92..dcd45cf73f19b4d140d741100d8932270f684eee 100755 (executable)
@@ -2,7 +2,7 @@
 
 my($content, $length);
 
-open(FILE, "< atis.list") || die "Unable to open file small. <$!>\n";
+open(FILE, "< airports.vlist") || die "Unable to open file small. <$!>\n";
 
 while( chomp($content = <FILE>) ) {
     $length = length($content);