aboutsummaryrefslogtreecommitdiff
path: root/data_recorder.c
diff options
context:
space:
mode:
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);