Skip to content

Commit 0771cd8

Browse files
radaretrufae
authored andcommitted
fb
1 parent a76afae commit 0771cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libr/fs/fs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ R_API bool r_fs_cmd(RFS *fs, const char *cmd) {
9191
RFSPlugin *p;
9292
/* Prefer plugin associated to last mounted root */
9393
if (fs->roots) {
94-
root = r_list_get_last (fs->roots);
94+
root = r_list_last (fs->roots);
9595
}
9696
if (root && root->p && root->p->cmd) {
9797
if (root->p->cmd (fs, cmd)) {

0 commit comments

Comments
 (0)