mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 10:09:20 +01:00
minor mods
This commit is contained in:
parent
fbb5bfabd6
commit
960a670de9
@ -1330,8 +1330,8 @@ static int idaapi on_ui_notification(void *, int code, va_list va)
|
||||
case ui_add_menu_item:
|
||||
if ( hexdsp == NULL )
|
||||
{
|
||||
const char *name = va_arg(va, char *);
|
||||
name = va_arg(va, char *); // Drop 'menupath'. Look for 'name'.
|
||||
(void)va_arg(va, char *); // Drop 'menupath'
|
||||
const char *name = va_arg(va, char *); // Look for 'name'.
|
||||
if ( streq(name, "Jump to pseudocode") )
|
||||
{
|
||||
init_hexrays_plugin(0);
|
||||
|
Loading…
Reference in New Issue
Block a user