mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 02:40:00 +01:00 
			
		
		
		
	codetools: fpc msg comments: remove latex brackets
git-svn-id: trunk@35151 -
This commit is contained in:
		
							parent
							
								
									502918e303
								
							
						
					
					
						commit
						e4064435c2
					
				@ -371,6 +371,8 @@ begin
 | 
			
		||||
          // special character
 | 
			
		||||
          System.Delete(Result,StartPos,1);
 | 
			
		||||
        end;
 | 
			
		||||
      end else if Result[i] in ['{','}'] then begin
 | 
			
		||||
        System.Delete(Result,i,1);
 | 
			
		||||
      end else begin
 | 
			
		||||
        inc(i);
 | 
			
		||||
      end;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user