Sfoglia il codice sorgente

Revert unintentional change.

git-svn-id: file:///var/svn/tigccpp/trunk@880 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 17 anni fa
parent
commit
d0acab26d6
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      tigcc/ide/SourceFileUnit.pas

+ 2 - 2
tigcc/ide/SourceFileUnit.pas

@@ -1877,7 +1877,7 @@ begin
 				Line [P] := '''';
 		until P <= 0;
 		repeat
-			P := Pos ('', Line);
+			P := Pos ('´', Line);
 			if P > 0 then
 				Line [P] := '''';
 		until P <= 0;
@@ -2158,7 +2158,7 @@ begin
 				Line [P] := '''';
 		until P <= 0;
 		repeat
-			P := Pos ('', Line);
+			P := Pos ('´', Line);
 			if P > 0 then
 				Line [P] := '''';
 		until P <= 0;