diff options
Diffstat (limited to 'load-git.c')
-rw-r--r-- | load-git.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/load-git.c b/load-git.c index 16aa1958f..f65126abf 100644 --- a/load-git.c +++ b/load-git.c @@ -379,7 +379,7 @@ static void parse_sample_keyvalue(void *_sample, const char *key, const char *va } if (!strcmp(key, "po2")) { pressure_t p = get_pressure(value); - sample->po2.mbar = p.mbar; + sample->setpoint.mbar = p.mbar; return; } if (!strcmp(key, "heartbeat")) { |