mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-30 16:40:57 +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…
Reference in New Issue
Block a user