tizzybec
2019-06-12 f0bab602c0d361f66a112e5a2db312b0da7dcd55
src/library/os/os-linux.c
@@ -95,6 +95,7 @@
   currentDrive = 0;
   while (NULL != (ent = getmntent(aFile))) {
      if ((strncmp(ent->mnt_type, "ext", 3) == 0
            || strncmp(ent->mnt_type, "xfs", 3) == 0
            || strncmp(ent->mnt_type, "vfat", 4) == 0
            || strncmp(ent->mnt_type, "ntfs", 4) == 0)
            && ent->mnt_fsname != NULL