diff options
author | Kenneth Mortensen <kmo@protelevision.com> | 2017-12-11 10:59:13 +0100 |
---|---|---|
committer | Kenneth Mortensen <kmo@protelevision.com> | 2017-12-11 10:59:13 +0100 |
commit | e3c95fbeb8f29db76c8c95ac8c4984c6126cce3e (patch) | |
tree | c6c7ed857d22b85aa63a2559dfab79cf4844520f /src/etianalyse.cpp | |
parent | 6e8d21f63be63a76dfcefc9911c487ce50491721 (diff) | |
download | etisnoop-e3c95fbeb8f29db76c8c95ac8c4984c6126cce3e.tar.gz etisnoop-e3c95fbeb8f29db76c8c95ac8c4984c6126cce3e.tar.bz2 etisnoop-e3c95fbeb8f29db76c8c95ac8c4984c6126cce3e.zip |
Fixed seg fault when used with Mode III. Now room for 4 FIGs
Diffstat (limited to 'src/etianalyse.cpp')
-rw-r--r-- | src/etianalyse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()); } } |