diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/gpu_table_tester | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/scripts/gpu_table_tester b/scripts/gpu_table_tester index 76994da1aa..6989e6f968 100755 --- a/scripts/gpu_table_tester +++ b/scripts/gpu_table_tester @@ -175,6 +175,7 @@ my %RecognizedBy;  while (<>)   {      chomp; +    $_ = substr($_,0,100);      my $lcInput = lc $_;  # the real gpu table parser lowercases the input string      my $recognizer;      $RecognizedBy{$_} = $NoMatch; | 
