From a5ab35527062617c21fdcd31305d1e0b8ed1d267 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Tue, 24 Apr 2018 20:03:31 -0400 Subject: Pave the way for more, different, interesting devices. --- src/survive.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/survive.c') diff --git a/src/survive.c b/src/survive.c index ce17295..13aeee9 100644 --- a/src/survive.c +++ b/src/survive.c @@ -343,6 +343,11 @@ int survive_startup(SurviveContext *ctx) { } } + if( ctx->objs_ct == 0 ) + { + SV_ERROR( "Fatal error: No trackable objects found in any calibrators." ); + } + return 0; } -- cgit v1.2.3