Skip to content
Snippets Groups Projects
Commit b876b429 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: Mantis-1290: first fix in InputImageListParameter

parent 2992fca6
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ InputImageListParameter::SetNthFileName( const unsigned int id, const std::strin
tmpInputImageParameter->SetFromFileName(filename);
if(tmpInputImageParameter->HasValue())
if(!tmpInputImageParameter->HasValue())
{
this->ClearValue();
return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment