summaryrefslogtreecommitdiffstats
path: root/core/parse.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-01-07 09:31:12 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-01-07 09:31:12 -0800
commitda52440963ac8920acab82502114b74c98e170a1 (patch)
tree1c00748693887e0418ff875ab9ba8722f081a98b /core/parse.c
parent4b7b0f2dec7c5106683c1d42e38a59b01308b71a (diff)
parentfd5aad719208f35252bacc9a7a46c829fc631923 (diff)
downloadsubsurface-da52440963ac8920acab82502114b74c98e170a1.tar.gz
Merge branch 'shearwater_cloud' of https://github.com/mturkia/subsurface
Diffstat (limited to 'core/parse.c')
-rw-r--r--core/parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/parse.c b/core/parse.c
index 8683daed4..2a408b57c 100644
--- a/core/parse.c
+++ b/core/parse.c
@@ -21,6 +21,7 @@ void init_parser_state(struct parser_state *state)
memset(state, 0, sizeof(*state));
state->metric = true;
state->cur_event.deleted = 1;
+ state->sample_rate = 0;
}
void free_parser_state(struct parser_state *state)