Mercurial > hg > orthanc
comparison Plugins/Engine/OrthancPlugins.cpp @ 1727:1ae29c5e52fb db-changes
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 20 Oct 2015 14:50:10 +0200 |
parents | 0bbcfd9695e5 |
children | 4941494b5dd8 |
comparison
equal
deleted
inserted
replaced
1725:a7c05bbfaf6a | 1727:1ae29c5e52fb |
---|---|
893 } | 893 } |
894 | 894 |
895 CheckContextAvailable(); | 895 CheckContextAvailable(); |
896 | 896 |
897 std::list<std::string> result; | 897 std::list<std::string> result; |
898 pimpl_->context_->GetIndex().LookupIdentifier(result, tag, p.argument, level); | 898 pimpl_->context_->GetIndex().LookupIdentifier(result, level, tag, p.argument); |
899 | 899 |
900 if (result.size() == 1) | 900 if (result.size() == 1) |
901 { | 901 { |
902 *p.result = CopyString(result.front()); | 902 *p.result = CopyString(result.front()); |
903 } | 903 } |