aboutsummaryrefslogtreecommitdiff
path: root/data_recorder.c
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-03-15 23:14:29 -0600
committerJustin Berger <j.david.berger@gmail.com>2018-03-16 18:10:35 -0600
commitc9cf2446c5eb18a29119c7dfe90c5b62f6b374c5 (patch)
tree8f2cbfacf97aef23fc897fddfed5b5f27feaea95 /data_recorder.c
parent1fe0debd6474c0368f81159cd6a0451edbc6d381 (diff)
downloadlibsurvive-c9cf2446c5eb18a29119c7dfe90c5b62f6b374c5.tar.gz
libsurvive-c9cf2446c5eb18a29119c7dfe90c5b62f6b374c5.tar.bz2
Add sba poser
Diffstat (limited to 'data_recorder.c')
-rw-r--r--data_recorder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/data_recorder.c b/data_recorder.c
index 1392bed..7f53d18 100644
--- a/data_recorder.c
+++ b/data_recorder.c
@@ -202,6 +202,7 @@ void *SurviveThread(void *junk) {
survive_install_angle_fn(ctx, my_angle_process);
survive_install_info_fn(ctx, my_info_process);
survive_cal_install(ctx);
+
if (!ctx) {
fprintf(stderr, "Fatal. Could not start\n");
exit(1);