Skip to content

Commit

Permalink
Removed call to command m which does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Nov 24, 2024
1 parent 65058f7 commit 135d1f3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions librz/main/rizin.c
Original file line number Diff line number Diff line change
Expand Up @@ -1272,10 +1272,6 @@ RZ_API int rz_main_rizin(int argc, const char **argv) {
ret = 1;
goto beach;
}
if (r->bin->cur && r->bin->cur->o && r->bin->cur->o->info && r->bin->cur->o->info->rclass && !strcmp("fs", r->bin->cur->o->info->rclass)) {
const char *fstype = r->bin->cur->o->info->bclass;
rz_core_cmdf(r, "m /root %s @ 0", fstype);
}
// initalize io subsystem
char *res = rz_io_system(r->io, NULL);
if (res) {
Expand Down

0 comments on commit 135d1f3

Please sign in to comment.