changeset 5286:28f0e38e4082

fix
author Alain Mazy <am@osimis.io>
date Mon, 24 Apr 2023 18:13:48 +0200
parents bb07c12e3472
children c04230962098 dc8fe64a452f
files OrthancServer/Sources/ServerToolbox.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);