mirror of
https://git.sr.ht/~nabijaczleweli/tzpfms
synced 2025-04-19 09:47:35 +03:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
fd16dbbcd3 |
@ -12,7 +12,7 @@
|
||||
#define TZPFMS_BACKEND_MAX_LEN 16
|
||||
|
||||
|
||||
enum class key_loadedness : char {
|
||||
enum class key_loadedness : signed char {
|
||||
none = -1,
|
||||
unloaded = 0,
|
||||
loaded = 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user