WIP/cpp -> next #31

Slēgta
crtxcr vēlas sapludināt 16 revīzijas no WIP/cpp uz next
Rāda tikai revīzijas 278ae31e2e izmaiņas - Rādīt visas revīzijas

Parādīt failu

@@ -698,7 +698,7 @@ uint64_t exile_vows_from_str(const char *str)
++str; ++str;
} }
int found = 0; 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) if(strcmp(str_to_vow_map[i].str, current) == 0)
{ {