Skip to content

Commit

Permalink
Fix comments from json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Auto authored May 30, 2024
1 parent a7b60c0 commit 4dd195f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ S2Plugin::MemoryField S2Plugin::Configuration::populateMemoryField(const nlohman

MemoryField memField;
memField.name = field["field"].get<std::string>();
memField.comment = value_or(field, "commment", ""s);
memField.comment = value_or(field, "comment", ""s);
memField.type = MemoryFieldType::DefaultStructType; // just initial
std::string fieldTypeStr = field["type"].get<std::string>();

Expand Down

0 comments on commit 4dd195f

Please sign in to comment.