From 68d3be891813cebb082b47ab7c79f905d679a14b Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 13 May 2024 21:32:10 +0200 Subject: [PATCH] Support querying disk space for disks > 16TB under the hood `fsblkcnt_t` is used. --- libs/ardour/ardour/session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h index bfddd4c6a6..fa61c27f32 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -2113,7 +2113,7 @@ private: std::vector session_dirs; std::vector::iterator last_rr_session_dir; - uint32_t _total_free_4k_blocks; + uint64_t _total_free_4k_blocks; /** If this is true, _total_free_4k_blocks is not definite, as one or more of the session directories' filesystems could not report free space.