hdf5: fix long long format detection
The code does a loop itself, so just run it once and use its output as the result. In fact, this code would always return "ll" because if the file had a right answer, it would return 0 for it, but then think it was "ll" that passed, not one of the formats in the file.
Loading
-
mentioned in commit 2e0acc8d
-
mentioned in merge request !307 (merged)
-
Mentioned in commit karsten.tausche/vtk@2e0acc8d
Please register or sign in to comment