WIP/cpp -> next #31

닫힘
crtxcr "WIP/cpp 에서 next 로 16 commits 를 머지하려 합니다"
Showing only changes of commit 278ae31e2e - Show all commits

파일 보기

@ -698,7 +698,7 @@ uint64_t exile_vows_from_str(const char *str)
++str;
}
int found = 0;
for(int i = 0; i < sizeof(str_to_vow_map)/sizeof(str_to_vow_map[0]); i++)
for(size_t 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)
{