# HG changeset patch # User Sebastien Jodogne # Date 1618389309 -7200 # Node ID 29ac6f4a0f45e9594bc9ada016df587f71960f95 # Parent 7f5ee2b42a8612567914f9d68616ef532c918c4c fix build diff -r 7f5ee2b42a86 -r 29ac6f4a0f45 MySQL/Plugins/MySQLStorageArea.cpp --- a/MySQL/Plugins/MySQLStorageArea.cpp Wed Apr 14 10:07:14 2021 +0200 +++ b/MySQL/Plugins/MySQLStorageArea.cpp Wed Apr 14 10:35:09 2021 +0200 @@ -113,7 +113,7 @@ const std::string& uuid, OrthancPluginContentType type, uint64_t start, - uint64_t length) ORTHANC_OVERRIDE + size_t length) ORTHANC_OVERRIDE { DatabaseManager::Transaction transaction(GetManager(), TransactionType_ReadOnly);