Skip to content

Commit

Permalink
Fatal if temporary dir cannot be created.
Browse files Browse the repository at this point in the history
  • Loading branch information
stolowski committed Nov 22, 2016
1 parent 5aefeac commit d0fc37d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Sink/ImgArchiveSink.cpp
Expand Up @@ -263,6 +263,7 @@ QString ImgArchiveSink::makeTempDir(const QString &parent)
return parent + QDir::separator() + tmpd;
}
}
qFatal("Failed to create temporary directory");
return QString::null;
}

Expand Down

0 comments on commit d0fc37d

Please sign in to comment.