Skip to content
Snippets Groups Projects
Commit a6db7605 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

vtkGenericEnSightReader: rewrite debug assertion avoidance predicate

This predicate clause was introduced in e6d1e71e (BUG: Avoiding debug
assertion on with VS8…, 2009-05-06) in the context of avoiding a debug
assertion in VS8 when using the routine during `CanReadFile` as it opens
in ASCII mode but might actually be a binary file.

On aarch64, this way of testing the high bit is a tautology. Instead,
use the `isascii` function to make the expression meaningful at a
glance.
parent 1dc6276d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment