Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-28 18:41:30 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-28 18:41:30 +0300
commit046735d75148f5e27a3f4917010dd80f1691705d (patch)
treedb5a18ba5aa7e2178f4f1e34e7959c025b5677dc /source/blender/editors/space_file
parent94ab6429bbdaf9f3541c715c5ae32647d454692a (diff)
parente3d2df038001af8c67707c20a27e21571b1fdff6 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/editors/space_file')
-rw-r--r--source/blender/editors/space_file/fsmenu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_file/fsmenu.c b/source/blender/editors/space_file/fsmenu.c
index 931e8627b71..768bdba3520 100644
--- a/source/blender/editors/space_file/fsmenu.c
+++ b/source/blender/editors/space_file/fsmenu.c
@@ -603,6 +603,8 @@ void fsmenu_read_system(struct FSMenu *fsmenu, int read_bookmarks)
/* not sure if this is right, but seems to give the relevant mnts */
if (!STREQLEN(mnt->mnt_fsname, "/dev", 4))
continue;
+ if (STREQLEN(mnt->mnt_fsname, "/dev/loop", 9))
+ continue;
len = strlen(mnt->mnt_dir);
if (len && mnt->mnt_dir[len - 1] != '/') {