From e80366fa08dbedfe21590d1ed05ff7b541f3a11c Mon Sep 17 00:00:00 2001 From: Stefan Bayer Date: Thu, 21 Sep 2023 08:53:02 +0200 Subject: [PATCH] add missing define FIX_676_JBM_USAN, code for the fix of #676 itself is already there. --- lib_com/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_com/options.h b/lib_com/options.h index f00d747592..9c303a59b2 100644 --- a/lib_com/options.h +++ b/lib_com/options.h @@ -175,7 +175,7 @@ #define FIX_ISMRENDERER_HANDLE_DEALLOC /* VA: issue 781: harmonize Deallocation of handle 'hIsmRendererData' */ #define FIX_782_OSBA_FUNCTION_NAMES /* VA: fix 782: correct OSBA function names */ #define PARAM_ISM_REFACTOR /* FhG: Issue 768: Refactoring to decouple hDirAC and hParamISM */ - +#define FIX_676_JBM_USAN /* FhG: Issue 676: USAN in JBM */ /* #################### End BE switches ################################## */ -- GitLab