mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-10-31 15:11:31 +01:00 
			
		
		
		
	* removed unneeded variable
git-svn-id: trunk@3780 -
This commit is contained in:
		
							parent
							
								
									fcd98ffa77
								
							
						
					
					
						commit
						c877c6d97c
					
				| @ -239,12 +239,9 @@ external 'EMXWRAP' index 404; | |||||||
| {external 'MONCALLS' index 4;} | {external 'MONCALLS' index 4;} | ||||||
| 
 | 
 | ||||||
| function DosMonOpen(DevName:string;var MonHandle:word):word; | function DosMonOpen(DevName:string;var MonHandle:word):word; | ||||||
| var |  | ||||||
|   i : byte; |  | ||||||
| begin | begin | ||||||
|     if DevName[0]=#255 then |     if DevName[0]=#255 then | ||||||
|     begin |     begin | ||||||
|         I:=byte(DevName[0]); |  | ||||||
|         Move(DevName[1],DevName[0],255); |         Move(DevName[1],DevName[0],255); | ||||||
|         DevName[255]:=#0; |         DevName[255]:=#0; | ||||||
|         DosMonOpen:=DosMonOpen(@DevName,MonHandle); |         DosMonOpen:=DosMonOpen(@DevName,MonHandle); | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Tomas Hajny
						Tomas Hajny