mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 07:43:04 +01:00 
			
		
		
		
	Amiga: fixed copyright header and merged a fix from MorphOS in sysdir
git-svn-id: trunk@27058 -
This commit is contained in:
		
							parent
							
								
									2f02fa6f16
								
							
						
					
					
						commit
						1483a631d7
					
				@ -1,9 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
    This file is part of the Free Pascal run time library.
 | 
			
		||||
    Copyright (c) 1999-2000 by Florian Klaempfl and Pavel Ozerski
 | 
			
		||||
    member of the Free Pascal development team.
 | 
			
		||||
    Copyright (c) 2014 by Free Pascal development team
 | 
			
		||||
 | 
			
		||||
    FPC Pascal system unit for Amiga.
 | 
			
		||||
    Low level directory functions
 | 
			
		||||
 | 
			
		||||
    See the file COPYING.FPC, included in this distribution,
 | 
			
		||||
    for details about the copyright.
 | 
			
		||||
@ -76,6 +75,8 @@ begin
 | 
			
		||||
      AOS_OrigDir:=tmpLock;
 | 
			
		||||
      tmpLock:=0;
 | 
			
		||||
    end;
 | 
			
		||||
  end else begin
 | 
			
		||||
    dosError2InOut(ERROR_DIR_NOT_FOUND);
 | 
			
		||||
  end;
 | 
			
		||||
 | 
			
		||||
  if tmpLock<>0 then Unlock(tmpLock);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user