# HG changeset patch # User Sebastien Jodogne # Date 1711119927 -3600 # Node ID af9c718230ca9569629e15a53348b6be8b756a1c # Parent 6f410277e485ca63505c1034f9c16b492766f15b simplification diff -r 6f410277e485 -r af9c718230ca Sources/Plugin/Plugin.cpp --- a/Sources/Plugin/Plugin.cpp Fri Mar 22 15:22:34 2024 +0100 +++ b/Sources/Plugin/Plugin.cpp Fri Mar 22 16:05:27 2024 +0100 @@ -294,7 +294,7 @@ std::string explorer; Orthanc::EmbeddedResources::GetFileResource( explorer, Orthanc::EmbeddedResources::ORTHANC_EXPLORER); - OrthancPlugins::ExtendOrthancExplorer(ORTHANC_PLUGIN_NAME, explorer.c_str()); + OrthancPlugins::ExtendOrthancExplorer(ORTHANC_PLUGIN_NAME, explorer); } return 0;