Mercurial > hg > orthanc
diff OrthancFramework/Sources/Images/PamWriter.cpp @ 5432:59e3b6f8c5be
migration to UCLouvain servers
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 21 Nov 2023 18:16:31 +0100 |
parents | 0ea402b4d901 |
children | 78f68ad10b69 |
line wrap: on
line diff
--- a/OrthancFramework/Sources/Images/PamWriter.cpp Tue Nov 21 10:32:42 2023 +0100 +++ b/OrthancFramework/Sources/Images/PamWriter.cpp Tue Nov 21 18:16:31 2023 +0100 @@ -130,7 +130,7 @@ * in Orthanc <= 1.8.0 (i.e. make a "memcpy()" to a local * uint16_t variable) doesn't seem work for WebAssembly. We * thus use a plain old C implementation. Check out issue - * #99: https://bugs.orthanc-server.com/show_bug.cgi?id=99 + * #99: https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=99 **/ const uint8_t* a = reinterpret_cast<const uint8_t*>(p); uint8_t* b = reinterpret_cast<uint8_t*>(q);