From d4c1d112967bca58ccc43eb3fd229de59a659a95 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Thu, 10 Jan 2019 21:12:53 -0700 Subject: [PATCH] fixed trouble with log_qso --- QnetLink.cpp | 2 +- defaults | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/QnetLink.cpp b/QnetLink.cpp index e67e425..c825de4 100644 --- a/QnetLink.cpp +++ b/QnetLink.cpp @@ -577,7 +577,7 @@ bool CQnetLink::read_config(const char *cfgFile) cfg.GetValue(key+"tolink", estr, gate2link, 1, FILENAME_MAX); cfg.GetValue(key+"fromlink", estr, link2gate, 1, FILENAME_MAX); - cfg.GetValue("log.qso", estr, qso_details); + cfg.GetValue("log_qso", estr, qso_details); key.assign("file_"); cfg.GetValue(key+"gwys", estr, gwys, 2, FILENAME_MAX); diff --git a/defaults b/defaults index a4193a0..e31ad89 100644 --- a/defaults +++ b/defaults @@ -49,10 +49,10 @@ gateway_ip_d='0.0.0.0' # the g2 port gateway_port_d=40000 # don't change gateway_tolink_d='gate2link' # Unix sockets between qngateway and QnetLink gateway_fromlink_d='link2gate' # all Unix sockets are on the file system, but hidden from view -gateway_latitude_d=0 # you can leave this unspecified for a mobile rig -gateway_longitude_d=0 # like the latitude -gateway_desc1_d='' # maximum of 20 characters, most special symbols are not allowed -gateway_desc2_d='' # just like desc1 +gateway_latitude_d=0 # you can leave this unspecified for a mobile rig +gateway_longitude_d=0 # like the latitude +gateway_desc1_d='' # maximum of 20 characters, most special symbols are not allowed +gateway_desc2_d='' # just like desc1 gateway_url_d='github.com/n7tae/QnetGateway' # 80 characters max ##########################################################################################################################