ngscopeclient / scopehal

Test and measurement hardware abstraction library and protocol decodes. This is the library only. Most users should use scopehal-apps.
BSD 3-Clause "New" or "Revised" License
216 stars 97 forks source link

base64.cpp: explicit signed char #888

Closed erdnaxe closed 2 months ago

erdnaxe commented 2 months ago

signed/unsigned char is implementation-dependent. This seems to break linux-aarch64 compilation (build logs). Let's explicit signed char to fix aarch64 compilation.

Fix https://github.com/ngscopeclient/scopehal/issues/887.