Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Store secret text as static variable (raysan5#195)
When compiling with Zig, the old implementation raises this error: ``` error: expected type '[*c]u8', found '*const [16:0]u8' note: cast discards const qualifier ``` As it does not allow casting away the const qualifier, we need to store the "********" placeholder in a writable variable. Co-authored-by: Fabien Freling <[email protected]>
- Loading branch information