소스 검색

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

git-svn-id: trunk@38539 -
michael 7 년 전
부모
커밋
a877616dd5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;