From 9beb2496bc2634e7afe51fc039224c9ae78ef66d Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Mon, 27 Dec 2021 23:07:58 +0100 Subject: [PATCH] rename config file --- DStarGatewayDefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DStarGatewayDefs.h b/DStarGatewayDefs.h index d239c33..6739ab7 100644 --- a/DStarGatewayDefs.h +++ b/DStarGatewayDefs.h @@ -23,7 +23,7 @@ const std::string APPLICATION_NAME("ircDDB Gateway"); -const std::string CONFIG_FILE_NAME("ircddbgateway"); +const std::string CONFIG_FILE_NAME("dstargateway"); const std::string STATUS1_FILE_NAME("status1.txt"); const std::string STATUS2_FILE_NAME("status2.txt");