Explorar el Código

* Fix bug #33441 (patch from Silvio Clécio)

git-svn-id: trunk@38539 -
michael hace 7 años
padre
commit
a877616dd5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rtl/objpas/sysutils/sysutilh.inc

+ 1 - 1
rtl/objpas/sysutils/sysutilh.inc

@@ -38,7 +38,7 @@ type
 
    TProcedure = procedure;
 
-   TFilename = String;
+   TFileName = type string;
 
    TIntegerSet = Set of 0..SizeOf(Integer)*8-1;