Skip to content

Commit

Permalink
Opps, forgot a QString::chopped.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmatuschek committed Mar 15, 2021
1 parent 8434aa4 commit 2283a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/d878uv_codeplug.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2121,7 +2121,7 @@ D878UVCodeplug::decode(Config *config)
config->zones()->addZone(last_zone);
} else {
// when extending the last zone, chop its name to remove the "... A" part.
last_zone->setName(last_zone->name().chopped(2));
last_zone->setName(last_zonebasename);
}

// link zone
Expand Down

0 comments on commit 2283a05

Please sign in to comment.