From 93550b5458df252c882b7b64588cd91fe81cd697 Mon Sep 17 00:00:00 2001 From: firewave Date: Wed, 11 Mar 2026 23:56:18 +0100 Subject: [PATCH] fixed #14591 - store CTU function call information with proper slashes [skip ci] --- lib/ctu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ctu.cpp b/lib/ctu.cpp index 3f50dd1a485..d1be82b34fa 100644 --- a/lib/ctu.cpp +++ b/lib/ctu.cpp @@ -112,7 +112,7 @@ std::string CTU::FileInfo::FunctionCall::toXmlString() const out << ">\n"; for (const ErrorMessage::FileLocation &loc : callValuePath) out << " \n";