diff options
Diffstat (limited to 'src/tdiskop.c')
-rw-r--r-- | src/tdiskop.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tdiskop.c b/src/tdiskop.c index b28e5fb..8717d64 100644 --- a/src/tdiskop.c +++ b/src/tdiskop.c @@ -123,6 +123,10 @@ static int menu_disk_ncurses(disk_t *disk, const int verbose,int dump_ind, const {0,NULL,NULL} }; unsigned int menu=(disk->arch == &arch_none ? 1 : 0); + if(disk->arch == &arch_none) + { + interface_adv(disk, verbose, dump_ind, expert, current_cmd); + } strcpy(options, "AGOPTQ"); if(disk->arch->write_MBR_code!=NULL) strcat(options,"C"); |