struct syscall_vow_map: change 'str' to const char*
Este commit está contenido en:
padre
93acb13929
commit
48b6de9036
2
exile.h
2
exile.h
@ -247,7 +247,7 @@ struct syscall_vow_map
|
|||||||
|
|
||||||
struct str_to_vow_map
|
struct str_to_vow_map
|
||||||
{
|
{
|
||||||
char *str;
|
const char *str;
|
||||||
uint64_t value;
|
uint64_t value;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Cargando…
x
Referencia en una nueva incidencia
Block a user