mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 00:40:03 +01:00 
			
		
		
		
	lazutils: fixed typo
git-svn-id: trunk@44750 -
This commit is contained in:
		
							parent
							
								
									a69e382e98
								
							
						
					
					
						commit
						6f7a594436
					
				@ -213,7 +213,7 @@ begin
 | 
			
		||||
  BrowserProcess := TProcessUTF8.Create(nil);
 | 
			
		||||
  try
 | 
			
		||||
    BrowserProcess.InheritHandles:=false;
 | 
			
		||||
    // Encloses the executable with "" if it's name has spaces
 | 
			
		||||
    // Encloses the executable with "" if its name has spaces
 | 
			
		||||
    if Pos(' ',ProgramFilename)>0 then
 | 
			
		||||
      ProgramFilename:='"'+ProgramFilename+'"';
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user