From 55524bc27a6ccf4a11411121479f532d1ab8c826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20B=C3=A1lint=20Misius?= Date: Mon, 2 Jan 2023 18:47:36 +0100 Subject: [PATCH] Fix proxy, cafile, capath command line options Broken by edab57887d57909a42ac8abeb75ad0a865e86b45. --- src/PowderToySDL.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PowderToySDL.cpp b/src/PowderToySDL.cpp index b416fb6e2..745f1d4a6 100644 --- a/src/PowderToySDL.cpp +++ b/src/PowderToySDL.cpp @@ -772,6 +772,7 @@ int main(int argc, char * argv[]) ByteString value; if (arg.has_value()) { + value = arg.value(); if (value == "") { value = defaultValue;