aboutsummaryrefslogtreecommitdiff
path: root/data_recorder.c
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-03-18 21:44:58 -0600
committerJustin Berger <j.david.berger@gmail.com>2018-03-18 21:44:58 -0600
commit8e65bc97327b27014fc9507374a20bfc468e06ee (patch)
tree899cbdb2411466de83d302da05917138c6c436d8 /data_recorder.c
parent7a3bd58da56f2072a059cfb147ee23616924b832 (diff)
downloadlibsurvive-8e65bc97327b27014fc9507374a20bfc468e06ee.tar.gz
libsurvive-8e65bc97327b27014fc9507374a20bfc468e06ee.tar.bz2
Took out installation after users could install hooks
Diffstat (limited to 'data_recorder.c')
-rw-r--r--data_recorder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data_recorder.c b/data_recorder.c
index 47c4010..e1dc014 100644
--- a/data_recorder.c
+++ b/data_recorder.c
@@ -138,9 +138,9 @@ int main(int argc, char **argv) {
survive_install_angle_fn(ctx, my_angle_process);
survive_install_info_fn(ctx, my_info_process);
+ survive_startup(ctx);
survive_cal_install(ctx);
- survive_startup(ctx);
if (!ctx) {
fprintf(stderr, "Fatal. Could not start\n");