Fix address of flags in iostream's :f

This commit is contained in:
pancake 2022-12-22 02:26:54 +01:00
parent f87ec6dc44
commit f58043efb7
1 changed files with 1 additions and 0 deletions

View File

@ -229,6 +229,7 @@ R_API char *r_io_stream_system(RIOStream *s, const char *cmd) {
r_strbuf_appendf (sb, "f msg.%d.%s %"PFMT64d" %d\n",
count, si->host? "w": "r", addr, si->size);
count++;
addr += si->size;
}
break;
case 'p':