Skip to content
  • Ansgar Burchardt's avatar
    fix base64 encoder · 6c9b134f
    Ansgar Burchardt authored
    The old implementation relied on undefined behavior (reading from a
    union member not most recently written to), implementation-defined
    layout and only worked on little endian.
    
    This should make the `vtktest` test pass on big endian architectures.
    6c9b134f