summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/cresstr.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cresstr.pas b/compiler/cresstr.pas
index 84fd58b584..714a230614 100644
--- a/compiler/cresstr.pas
+++ b/compiler/cresstr.pas
@@ -248,7 +248,7 @@ uses
For I:=0 to R.Len-1 do
begin
C:=R.Value[i];
- If (ord(C)>31) and (Ord(c)<=128) and (c<>'''') then
+ If (ord(C)>31) and (Ord(c)<128) and (c<>'''') then
begin
If mode=Quoted then
Add(c)