We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76afae commit 0771cd8Copy full SHA for 0771cd8
libr/fs/fs.c
@@ -91,7 +91,7 @@ R_API bool r_fs_cmd(RFS *fs, const char *cmd) {
91
RFSPlugin *p;
92
/* Prefer plugin associated to last mounted root */
93
if (fs->roots) {
94
- root = r_list_get_last (fs->roots);
+ root = r_list_last (fs->roots);
95
}
96
if (root && root->p && root->p->cmd) {
97
if (root->p->cmd (fs, cmd)) {
0 commit comments