aboutsummaryrefslogtreecommitdiffstats
path: root/src/etianalyse.cpp
diff options
context:
space:
mode:
authorKenneth Mortensen <kmo@protelevision.com>2017-12-11 10:59:13 +0100
committerKenneth Mortensen <kmo@protelevision.com>2017-12-11 10:59:13 +0100
commite3c95fbeb8f29db76c8c95ac8c4984c6126cce3e (patch)
treec6c7ed857d22b85aa63a2559dfab79cf4844520f /src/etianalyse.cpp
parent6e8d21f63be63a76dfcefc9911c487ce50491721 (diff)
downloadetisnoop-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.cpp2
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());
}
}