# HG changeset patch # User Sebastien Jodogne # Date 1749813789 -7200 # Node ID 89088d8d0c2a2e8f3cd018b23eb7f4019748a3f0 # Parent a5208163307b3bf73c1d176f8d747e78650e7b63 fix diff -r a5208163307b -r 89088d8d0c2a OrthancFramework/Sources/FileStorage/FilesystemStorage.cpp --- a/OrthancFramework/Sources/FileStorage/FilesystemStorage.cpp Fri Jun 13 13:14:41 2025 +0200 +++ b/OrthancFramework/Sources/FileStorage/FilesystemStorage.cpp Fri Jun 13 13:23:09 2025 +0200 @@ -348,7 +348,7 @@ const std::string& uuid, FileContentType type) { - std::unique_ptr buffer(Read(uuid, type)); + std::unique_ptr buffer(ReadWhole(uuid, type)); buffer->MoveToString(content); } #endif