From 453aa6bb65592e1aad26886390b6f52fb30f4e96 Mon Sep 17 00:00:00 2001 From: LoudSnorer Date: Fri, 24 Nov 2023 09:25:42 -0500 Subject: [PATCH] fixes ibreeze "No valuesummary for channel" error during import. --- oscar/SleepLib/session.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/oscar/SleepLib/session.cpp b/oscar/SleepLib/session.cpp index 93cb92a1..2115f228 100644 --- a/oscar/SleepLib/session.cpp +++ b/oscar/SleepLib/session.cpp @@ -26,6 +26,7 @@ #include "SleepLib/profiles.h" using namespace std; +#define FIX_FOR_SINGLE_EVENT // fixes ibreeze "No valuesummary for channel" error during import. // This is the uber important database version for OSCAR's internal storage // Increment this after stuffing with Session's save & load code.