比较提交
没有共同的提交。278ae31e2e3f73f1141efd7f92e17fde6ea79931 和 29b5864dd3f6ee554e28e6662b0b23871d2b983f 的历史完全不同。
278ae31e2e
...
29b5864dd3
4
exile.h
4
exile.h
@ -247,7 +247,7 @@ struct syscall_vow_map
|
||||
|
||||
struct str_to_vow_map
|
||||
{
|
||||
const char *str;
|
||||
char *str;
|
||||
uint64_t value;
|
||||
};
|
||||
|
||||
@ -698,7 +698,7 @@ uint64_t exile_vows_from_str(const char *str)
|
||||
++str;
|
||||
}
|
||||
int found = 0;
|
||||
for(size_t i = 0; i < sizeof(str_to_vow_map)/sizeof(str_to_vow_map[0]); i++)
|
||||
for(int i = 0; i < sizeof(str_to_vow_map)/sizeof(str_to_vow_map[0]); i++)
|
||||
{
|
||||
if(strcmp(str_to_vow_map[i].str, current) == 0)
|
||||
{
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户