From c406555e4e813a59e83d02a5b03e6e3ef3734806 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Wed, 13 Jul 2022 20:35:33 +0200 Subject: [PATCH] tools/hexnet: argument parser fix --- src/tools/hexnet.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/hexnet.cpp b/src/tools/hexnet.cpp index 3de4fd1..412bf96 100644 --- a/src/tools/hexnet.cpp +++ b/src/tools/hexnet.cpp @@ -75,6 +75,7 @@ int main(int argc, char* argv[]){ } if (!listen && i==argc-2) { host = argument; + continue; } if (i==argc-1) { if (!listen && host=="") {