From cbfc7f9e6a2532f58e736c2049b32bd231efade8 Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Thu, 29 Oct 2020 21:58:24 +0100 Subject: Fixed marker replacement for a placeholder at the end of the command --- src/util.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util.cpp b/src/util.cpp index 69e2e0d..3218621 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -5969,9 +5969,9 @@ static QCString replaceAliasArguments(StringUnorderedSet &aliasesProcessed, bool insideMarkerId=false; int markerStart=0; auto isDigit = [](char c) { return c>='0' && c<='9'; }; - for (i=0;i