mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-25 16:51:30 +00:00
Fix popd warning when there's only 1 pushed folder ##shell
This commit is contained in:
parent
f0d0eb89be
commit
db87e77551
@ -625,7 +625,6 @@ R_API bool r_syscmd_popd(void) {
|
||||
if (r_list_empty (dirstack)) {
|
||||
r_list_free (dirstack);
|
||||
dirstack = NULL;
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user