From d46df728fd40aac2219bf6a3961ad95174f71d16 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Mon, 5 Jan 2026 16:29:40 +0100 Subject: [PATCH] protocols/contentType: fix typo in already constructed check --- src/protocols/ContentType.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocols/ContentType.cpp b/src/protocols/ContentType.cpp index 7c8fdbc3..5e77a7cc 100644 --- a/src/protocols/ContentType.cpp +++ b/src/protocols/ContentType.cpp @@ -19,7 +19,7 @@ CContentTypeManager::CContentTypeManager(SP resource) : return; } - if (SURF->m_colorManagement) { + if (SURF->m_contentType) { r->error(WP_CONTENT_TYPE_MANAGER_V1_ERROR_ALREADY_CONSTRUCTED, "CT manager already exists"); return; }