diff options
-rwxr-xr-x | httpd/cgi-bin/check | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check index d79fb64..39f6057 100755 --- a/httpd/cgi-bin/check +++ b/httpd/cgi-bin/check @@ -3234,6 +3234,7 @@ sub transcode $tmpl->param(fatal_byte_lines => $line_num); $tmpl->param(fatal_byte_charset => $cs); $tmpl->param(fatal_byte_error_msg => $croak_message); + last; } } return $File; |