Browse Source

* do not use / as DriveSeparator

git-svn-id: trunk@15454 -
Tomas Hajny 15 years ago
parent
commit
03f52902f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/unix/sysunixh.inc

+ 1 - 1
rtl/unix/sysunixh.inc

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