Explorar o código

* SystemOldNAme -> SystemOldName

git-svn-id: branches/cpstrrtl@25304 -
Jonas Maebe %!s(int64=12) %!d(string=hai) anos
pai
achega
f9f041d470
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rtl/unix/sysutils.pp

+ 1 - 1
rtl/unix/sysutils.pp

@@ -1074,7 +1074,7 @@ var
 begin
   SystemOldName:=ToSingleByteFileSystemEncodedFileName(OldName);
   SystemNewName:=ToSingleByteFileSystemEncodedFileName(NewName);
-  RenameFile:=BaseUnix.FpRename(pointer(SystemOldNAme),pointer(SystemNewName))>=0;
+  RenameFile:=BaseUnix.FpRename(pointer(SystemOldName),pointer(SystemNewName))>=0;
 end;