thx pancake for breaking it there d8f96a765d352b7a235bdb2d2d17ebaec6bfa896 ;D
This commit is contained in:
Skia 2015-03-02 23:53:02 +01:00 committed by pancake
parent 4a4022dffb
commit 343af54610

View File

@ -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, '.');