소스 검색

* do not use / as DriveSeparator

git-svn-id: trunk@15454 -
Tomas Hajny 15 년 전
부모
커밋
03f52902f3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/unix/sysunixh.inc

+ 1 - 1
rtl/unix/sysunixh.inc

@@ -28,7 +28,7 @@ const
  LineEnding = #10;
  LFNSupport = true;
  DirectorySeparator = '/';
- DriveSeparator = '/';
+ DriveSeparator = '';
  ExtensionSeparator = '.';
  PathSeparator = ':';
  AllowDirectorySeparators : set of char = ['\','/'];