From 61f713d24a6a433c56ccd19098f80c83eb07064c Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 7 Aug 2007 07:19:35 +0000 Subject: [PATCH] fixed #107 --- src/storage.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/storage.cpp b/src/storage.cpp index 313ee6254..fc18377c0 100755 --- a/src/storage.cpp +++ b/src/storage.cpp @@ -1044,6 +1044,7 @@ namespace libtorrent case 0x52345362: // Reiser4 case 0x58465342: // XFS case 0x65735546: // NTFS-3G + case 0x19540119: // UFS2 return true; } }