Explorar el Código

* also fix compilation of macutils unit after macutils.inc had been changed

git-svn-id: trunk@36882 -
svenbarth hace 8 años
padre
commit
aacea142de
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rtl/macos/macutils.pp

+ 1 - 1
rtl/macos/macutils.pp

@@ -53,7 +53,7 @@ function IsDirectory (var spec: FSSpec): Boolean;
 
 function PathArgToFSSpec(s: string; var spec: FSSpec): Integer;
 
-function PathArgToFullPath(s: string; var fullpath: AnsiString): Integer;
+function PathArgToFullPath(s: string; var fullpath: RawByteString): Integer;
 
 {Gives the volume name (with appended colon) for a given volume reference number.}
 function GetVolumeName(vRefNum: Integer; var volName: String): OSErr;