atoi -> atoll

This commit is contained in:
eagleoflqj 2020-11-09 11:19:18 -05:00 committed by Anton Kochkov
parent fba6741ed2
commit 651398d6af

View File

@ -509,7 +509,7 @@ R_API RAnalClassErr r_anal_class_method_get(RAnal *anal, const char *class_name,
}
sdb_anext (cur, NULL);
meth->vtable_offset = atoi (cur);
meth->vtable_offset = atoll (cur);
free (content);