mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 22:00:18 +00:00
Fix build
This commit is contained in:
parent
73b2a9bb24
commit
6adccc91ed
@ -134,7 +134,7 @@ RBinPlugin r_bin_plugin_fs = {
|
||||
};
|
||||
|
||||
#ifndef CORELIB
|
||||
RLiBStruct radare_plugin = {
|
||||
RLibStruct radare_plugin = {
|
||||
.type = R_LIB_TYPE_BIN,
|
||||
.data = &r_bin_plugin_fs,
|
||||
.version = R2_VERSION
|
||||
|
@ -2607,7 +2607,7 @@ static void ds_print_ptr(RDisasmState *ds, int len, int idx) {
|
||||
flag = str;
|
||||
strcpy (str + strlen (str), "\"");
|
||||
//Filter out remaining non printable characters, e.g. \n \r
|
||||
r_str_filter (flag, 0);
|
||||
r_str_filter ((char*)flag, 0);
|
||||
string_found = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user