This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use unsigned char consistently for byte arrays
C++ does not allow initialization with string literals but we do it in other places and -fpermissive will convince g++ to compile.
- Loading branch information