From 9a0d8cb79f3f901ab9a2c915f97d05e03bfa98bd Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 19 Jan 2024 00:33:25 +0200 Subject: [PATCH] upgrade fm construction #11 --- libtorrent/src/file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtorrent/src/file.cpp b/libtorrent/src/file.cpp index 4bbdb8a6..aa62bf22 100644 --- a/libtorrent/src/file.cpp +++ b/libtorrent/src/file.cpp @@ -1833,7 +1833,7 @@ typedef struct _FILE_ALLOCATED_RANGE_BUFFER { #ifdef FIEMAP_EXTENT_UNKNOWN // for documentation of this feature // http://lwn.net/Articles/297696/ - struct + union { struct fiemap fiemap; struct fiemap_extent extent;