From e3c95fbeb8f29db76c8c95ac8c4984c6126cce3e Mon Sep 17 00:00:00 2001 From: Kenneth Mortensen Date: Mon, 11 Dec 2017 10:59:13 +0100 Subject: Fixed seg fault when used with Mode III. Now room for 4 FIGs --- src/etianalyse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/etianalyse.cpp') diff --git a/src/etianalyse.cpp b/src/etianalyse.cpp index c457085..f416c77 100644 --- a/src/etianalyse.cpp +++ b/src/etianalyse.cpp @@ -445,7 +445,7 @@ void ETI_Analyser::eti_analyse() } if (config.analyse_fic_carousel) { - figs.analyse(); + figs.analyse(get_mode_identity()); } } -- cgit v1.2.3