From 1f8d81dc9d068c57efbc0c1a8333f15d81759c38 Mon Sep 17 00:00:00 2001 From: vincents Date: Wed, 9 May 2007 22:20:26 +0000 Subject: [PATCH] debugger: don't double the single quote in strings shown to the user git-svn-id: trunk@11119 - --- debugger/gdbmidebugger.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debugger/gdbmidebugger.pp b/debugger/gdbmidebugger.pp index 63bcc77c7d..bb6278ccfa 100644 --- a/debugger/gdbmidebugger.pp +++ b/debugger/gdbmidebugger.pp @@ -881,7 +881,7 @@ function TGDBMIDebugger.GDBEvaluate(const AExpression: String; Result := Result + ''''; end; Result := Result + AString[n]; - if AString[n] = '''' then Result := Result + ''''; + //if AString[n] = '''' then Result := Result + ''''; end; else if InString