Skip to content

Commit

Permalink
Fixed ErrorStack forwarding.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmatuschek committed Nov 19, 2021
1 parent 6cbc225 commit 5789a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gpssystem.cc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ PositioningSystem::parse(const YAML::Node &node, Context &ctx, const ErrorStack

bool
PositioningSystem::link(const YAML::Node &node, const Context &ctx, const ErrorStack &err) {
return ConfigObject::link(node.begin()->second, ctx);
return ConfigObject::link(node.begin()->second, ctx, err);
}

void
Expand Down

0 comments on commit 5789a5e

Please sign in to comment.