mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 04:17:25 +00:00
Fix pf
thx pancake for breaking it there d8f96a765d352b7a235bdb2d2d17ebaec6bfa896 ;D
This commit is contained in:
parent
4a4022dffb
commit
343af54610
@ -1250,8 +1250,6 @@ R_API int r_print_format(RPrint *p, ut64 seek, const ut8* b, const int len,
|
||||
if (size >= ARRAYINDEX_COEF) {
|
||||
elem = size/ARRAYINDEX_COEF-1;
|
||||
size %= ARRAYINDEX_COEF;
|
||||
} else {
|
||||
elem = 0;
|
||||
}
|
||||
if (!(mode & R_PRINT_ISFIELD)) nxtfield = MINUSONE;
|
||||
else if (field) nxtfield = strchr (ofield, '.');
|
||||
|
Loading…
x
Reference in New Issue
Block a user