aboutsummaryrefslogtreecommitdiff
path: root/data_recorder.c
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2018-03-18 23:55:40 -0400
committercnlohr <lohr85@gmail.com>2018-03-18 23:55:40 -0400
commit471d0e4a3db8248a8e968fcf25d59f53d2c5c139 (patch)
tree4aeef8028986409bfa30c70f6fa2ddb93038c871 /data_recorder.c
parent999c8d881299bdefd4eb123244df225260a7e302 (diff)
parent8e65bc97327b27014fc9507374a20bfc468e06ee (diff)
downloadlibsurvive-471d0e4a3db8248a8e968fcf25d59f53d2c5c139.tar.gz
libsurvive-471d0e4a3db8248a8e968fcf25d59f53d2c5c139.tar.bz2
Merge branch 'master' of https://github.com/cnlohr/libsurvive
Diffstat (limited to 'data_recorder.c')
-rw-r--r--data_recorder.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/data_recorder.c b/data_recorder.c
index 47c4010..566ea1a 100644
--- a/data_recorder.c
+++ b/data_recorder.c
@@ -138,9 +138,8 @@ int main(int argc, char **argv) {
survive_install_angle_fn(ctx, my_angle_process);
survive_install_info_fn(ctx, my_info_process);
- survive_cal_install(ctx);
-
survive_startup(ctx);
+ survive_cal_install(ctx);
if (!ctx) {
fprintf(stderr, "Fatal. Could not start\n");