# HG changeset patch # User Alain Mazy # Date 1682352828 -7200 # Node ID 28f0e38e4082d8694e531b5752bd3974b23f8cef # Parent bb07c12e3472e5c3aeb8dd9a9021bf449e3886f4 fix diff -r bb07c12e3472 -r 28f0e38e4082 OrthancServer/Sources/ServerToolbox.cpp --- a/OrthancServer/Sources/ServerToolbox.cpp Mon Apr 24 18:11:13 2023 +0200 +++ b/OrthancServer/Sources/ServerToolbox.cpp Mon Apr 24 18:13:48 2023 +0200 @@ -251,7 +251,7 @@ } } - t = Toolbox::ToUpperCase(t); + Toolbox::ToUpperCase(t); #endif return Toolbox::StripSpaces(t);