diff options
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/dexresolver/operand.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dexresolver/operand.c b/plugins/dexresolver/operand.c index 17adaf6..7293599 100644 --- a/plugins/dexresolver/operand.c +++ b/plugins/dexresolver/operand.c @@ -205,7 +205,7 @@ static void g_dalvik_hpool_operand_to_buffer(/*const */GDalvikHPoolOperand *oper      GContentExporter *exporter;             /* Autre vision de l'opérande  */      uint32_t index;                         /* Indice de l'élément visé    */      const char *string;                     /* Chaîne à afficher           */ -    GOpenidaType *type;                     /* Type quelconque             */ +    GDataType *type;                        /* Type quelconque             */      char *tmp;                              /* Chaîne à afficher & libérer */      exporter = G_CONTENT_EXPORTER(operand); @@ -248,7 +248,7 @@ static void g_dalvik_hpool_operand_to_buffer(/*const */GDalvikHPoolOperand *oper              else              {                  type = g_binary_variable_get_vtype(operand->cache.field); -                tmp = g_openida_type_to_string(type); +                tmp = g_data_type_to_string(type);                  g_content_exporter_insert_into_buffer(exporter, buffer, BLC_ASSEMBLY,                                                        tmp, strlen(tmp), RTT_VAR_NAME);  | 
