mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-09 15:00:42 +00:00
atoi -> atoll
This commit is contained in:
parent
fba6741ed2
commit
651398d6af
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user