diff --git a/DMRSlot.cpp b/DMRSlot.cpp index fce71a18..e66e11cf 100644 --- a/DMRSlot.cpp +++ b/DMRSlot.cpp @@ -552,9 +552,7 @@ bool CDMRSlot::writeModem(unsigned char *data, unsigned int len) LogMessage("DMR Slot %u, unfixable RF rate 3/4 data", m_slotNo); CUtils::dump(1U, "Data", data + 2U, DMR_FRAME_LENGTH_BYTES); } - } - else - { + } else { ::sprintf(title, "DMR Slot %u, Data 1/1", m_slotNo); CUtils::dump(1U, title, data + 2U, 24U); } @@ -1747,9 +1745,7 @@ void CDMRSlot::writeNetwork(const CDMRData& dmrData) LogMessage("DMR Slot %u, unfixable network rate 3/4 data", m_slotNo); CUtils::dump(1U, "Data", data + 2U, DMR_FRAME_LENGTH_BYTES); } - } - else - { + } else { ::sprintf(title, "DMR Slot %u, Data 1/1", m_slotNo); CUtils::dump(1U, title, data + 2U, 24U); } diff --git a/Version.h b/Version.h index f5c6244d..19548a7a 100644 --- a/Version.h +++ b/Version.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2021 by Jonathan Naylor G4KLX + * Copyright (C) 2015-2023 by Jonathan Naylor G4KLX * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,6 +19,6 @@ #if !defined(VERSION_H) #define VERSION_H -const char* VERSION = "20220523"; +const char* VERSION = "20230927"; #endif