From 6daf2506fcfbfcd26d63a8bddba319d67ecc33e5 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Thu, 16 Mar 2017 00:47:54 -0400 Subject: Fix crashes in Linux without hidapi, and fix buffer overflow bug. --- src/survive_cal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/survive_cal.c') diff --git a/src/survive_cal.c b/src/survive_cal.c index 0ea9337..985ab24 100755 --- a/src/survive_cal.c +++ b/src/survive_cal.c @@ -267,7 +267,7 @@ void survive_cal_angle( struct SurviveObject * so, int sensor_id, int acode, uin } if( sensors_visible < MIN_SENSORS_VISIBLE_PER_LH_FOR_CAL ) { - printf( "Dev %d, LH %d not enough visible points found.\n", i, j ); + //printf( "Dev %d, LH %d not enough visible points found.\n", i, j ); cd->found_common = 0; return; } -- cgit v1.2.3