Mercurial > hg > orthanc
comparison OrthancServer/OrthancRestApi.cpp @ 129:5133cfc8db86
fix standalone build
author | jodogne |
---|---|
date | Sat, 06 Oct 2012 16:19:37 +0200 |
parents | 7517cbe58623 |
children | fe180eae201d |
comparison
equal
deleted
inserted
replaced
128:2a24f43d9dca | 129:5133cfc8db86 |
---|---|
659 for (size_t i = 1; i < uri.size(); i++) | 659 for (size_t i = 1; i < uri.size(); i++) |
660 { | 660 { |
661 root += "../"; | 661 root += "../"; |
662 } | 662 } |
663 | 663 |
664 output.Redirect(root + "app/images/Unsupported.png"); | 664 output.Redirect(root + "app/images/unsupported.png"); |
665 return; | 665 return; |
666 } | 666 } |
667 } | 667 } |
668 } | 668 } |
669 | 669 |