mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-26 14:40:31 +00:00
* Oops. fix signature
This commit is contained in:
parent
c348fe7a8a
commit
8cc25221ac
@ -286,16 +286,11 @@ R_API void r_print_progressbar(RPrint *pr, int pc) {
|
||||
fflush (stderr);
|
||||
}
|
||||
|
||||
R_API void r_print_zoom (RPrint *p, void *user, RPrintZoomCallback cb, ut64 from, ut64 to, char *mode, int len) {
|
||||
R_API void r_print_zoom (RPrint *p, void *user, RPrintZoomCallback cb, ut64 from, ut64 to, int mode, int len) {
|
||||
ut64 size;
|
||||
ut8 *bufz, *bufz2;
|
||||
int i, j = 0;
|
||||
|
||||
if (!mode) {
|
||||
eprintf("Error: Invalid zoom mode");
|
||||
return;
|
||||
}
|
||||
|
||||
size = (to-from)/len;
|
||||
if (size < 1)
|
||||
size = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user