Skip to content

Commit

Permalink
Merge branch 'master' into i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
hmatuschek committed Jul 22, 2024
2 parents b312075 + 49c829f commit 0e8bd03
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions lib/dr1801uv_codeplug.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1675,6 +1675,7 @@ DR1801UVCodeplug::ScanListBankElement::decode(Context &ctx, const ErrorStack &er
if (! sl.isValid())
continue;
j++;

ScanList *obj = sl.toScanListObj(ctx, err);
if (nullptr == obj) {
errMsg(err) << "Cannot decode scan list at index " << i << ".";
Expand All @@ -1695,6 +1696,7 @@ DR1801UVCodeplug::ScanListBankElement::link(Context &ctx, const ErrorStack &err)
if (! sl.isValid())
continue;
j++;

if (! ctx.has<ScanList>(sl.index())) {
errMsg(err) << "Cannot link scan list at index " << i
<< ". Scan list not defined.";
Expand Down
2 changes: 0 additions & 2 deletions lib/gd73_codeplug.cc
Original file line number Diff line number Diff line change
Expand Up @@ -751,8 +751,6 @@ GD73Codeplug::DMRSettingsElement::encode(Context &ctx, const ErrorStack &err) {


/* ********************************************************************************************* *
<<<<<<< HEAD
=======
* Implementation of GD73Codeplug::EncryptionKeyElement
* ********************************************************************************************* */
GD73Codeplug::EncryptionKeyElement::EncryptionKeyElement(uint8_t *ptr, size_t size)
Expand Down
1 change: 0 additions & 1 deletion test/dr1801_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ DR1801Test::testBasicConfigReencoding() {
}
}


void
DR1801Test::testProstProcessingOfEmptyCodeplug() {
Config config;
Expand Down

0 comments on commit 0e8bd03

Please sign in to comment.