diff --git a/slsReceiverSoftware/src/MasterFileUtility.cpp b/slsReceiverSoftware/src/MasterFileUtility.cpp index ffead18a9..88d5fd299 100644 --- a/slsReceiverSoftware/src/MasterFileUtility.cpp +++ b/slsReceiverSoftware/src/MasterFileUtility.cpp @@ -121,7 +121,7 @@ std::string CreateMasterHDF5File(const std::filesystem::path &filePath, std::mutex *hdf5LibMutex) { std::filesystem::path p = filePath / (fileNamePrefix + "_master_" + - std::to_string(fileIndex) + ".json"); + std::to_string(fileIndex) + ".h5"); std::string fileName = p.string(); std::lock_guard lock(*hdf5LibMutex);