# HG changeset patch # User Alain Mazy # Date 1757507544 -7200 # Node ID c769a1351d6fb4f12a1e3cbb848aba3d52b169d2 # Parent e3202f8f3db868d72b46a87ea867585912b9a59e fix diff -r e3202f8f3db8 -r c769a1351d6f Framework/DownloadArea.cpp --- a/Framework/DownloadArea.cpp Tue May 20 10:11:13 2025 +0200 +++ b/Framework/DownloadArea.cpp Wed Sep 10 14:32:24 2025 +0200 @@ -57,7 +57,7 @@ if (!stream_.good()) { - throw Orthanc::OrthancException(Orthanc::ErrorCode_CannotWriteFile, std::string("Unable to write to ") + f.GetPath()); + throw Orthanc::OrthancException(Orthanc::ErrorCode_CannotWriteFile, std::string("Unable to write to ") + Orthanc::SystemToolbox::PathToUtf8(f.GetPath())); } }