Skip to content

Commit

Permalink
fix: mismatched parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
singingtelegram committed Jan 2, 2025
1 parent 0b8bd4d commit 0260619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/resultsio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ void ResultsReader::run() {
dev->media.ilayers = dev->media.layers.toInt();
dev->media.dstate = attr.value("dstate").toString();
dev->media.sstate = attr.value("sstate").toString();
if (attr.hasAttribute("gbpl") {
if (attr.hasAttribute("gbpl")) {
dev->media.gbpl = attr.value("gbpl").toString();
dev->media.igbpl = dev->media.gbpl.toInt();
}
Expand Down

0 comments on commit 0260619

Please sign in to comment.