1
0
mirror of synced 2024-11-25 00:00:27 +01:00

sys: Inverted logic in imhex args checking

This commit is contained in:
WerWolv 2021-04-18 20:27:16 +02:00
parent 5b692067d8
commit d7811e2c55

View File

@ -58,7 +58,7 @@ namespace hex {
SharedData::mainArgv = argv;
SharedData::currentProvider = nullptr;
#if !defined(RELEASE)
#if defined(RELEASE)
{
if (argc < 2) {
View::showFatalPopup("No launch arguments supplied! Please launch imhex instead of imhexg!");