1
0
Derivar 0

struct syscall_vow_map: change 'str' to const char*

Este cometimento está contido em:
Albert S. 2022-01-29 23:10:24 +01:00
ascendente 93acb13929
cometimento 48b6de9036
1 ficheiros modificados com 1 adições e 1 eliminações

Ver ficheiro

@ -247,7 +247,7 @@ struct syscall_vow_map
struct str_to_vow_map
{
char *str;
const char *str;
uint64_t value;
};