From 6f350b92da39e9a2445e798d99c222ac85b77a11 Mon Sep 17 00:00:00 2001
From: "Matthias P. Braendli" <matthias.braendli@mpb.li>
Date: Sun, 13 Sep 2015 16:28:54 +0200
Subject: Don't forget to allocate FIG1/4

---
 src/fig/FIGCarousel.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/fig/FIGCarousel.cpp b/src/fig/FIGCarousel.cpp
index 2d09ade..78420b8 100644
--- a/src/fig/FIGCarousel.cpp
+++ b/src/fig/FIGCarousel.cpp
@@ -88,6 +88,7 @@ FIGCarousel::FIGCarousel(boost::shared_ptr<dabEnsemble> ensemble) :
     load_and_allocate(m_fig0_9, FIBAllocation::FIB1);
 
     load_and_allocate(m_fig1_1, FIBAllocation::FIB2);
+    load_and_allocate(m_fig1_4, FIBAllocation::FIB2);
     load_and_allocate(m_fig1_5, FIBAllocation::FIB2);
     load_and_allocate(m_fig0_18, FIBAllocation::FIB2);
     load_and_allocate(m_fig0_19, FIBAllocation::FIB2);
-- 
cgit v1.2.3