Mercurial > hg > orthanc
comparison OrthancServer/Sources/OrthancMoveRequestHandler.cpp @ 4476:c1f36fd13730
migrate remaining links to issues in bitbucket to mercurial server
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 26 Jan 2021 18:25:52 +0100 |
parents | d9473bd5ed43 |
children | f0038043fb97 753f87dac208 |
comparison
equal
deleted
inserted
replaced
4475:a24d2126efd2 | 4476:c1f36fd13730 |
---|---|
274 const std::string& content = value.GetContent(); | 274 const std::string& content = value.GetContent(); |
275 | 275 |
276 /** | 276 /** |
277 * This tokenization fixes issue 154 ("Matching against list of | 277 * This tokenization fixes issue 154 ("Matching against list of |
278 * UID-s by C-MOVE"). | 278 * UID-s by C-MOVE"). |
279 * https://bitbucket.org/sjodogne/orthanc/issues/154/ | 279 * https://bugs.orthanc-server.com/show_bug.cgi?id=154 |
280 **/ | 280 **/ |
281 | 281 |
282 std::vector<std::string> tokens; | 282 std::vector<std::string> tokens; |
283 Toolbox::TokenizeString(tokens, content, '\\'); | 283 Toolbox::TokenizeString(tokens, content, '\\'); |
284 for (size_t i = 0; i < tokens.size(); i++) | 284 for (size_t i = 0; i < tokens.size(); i++) |