Fix a problem in getDirectoryContents where sub-directory names were
authorReid Spencer <rspencer@reidspencer.com>
Thu, 28 Jul 2005 16:25:57 +0000 (16:25 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 28 Jul 2005 16:25:57 +0000 (16:25 +0000)
commit3be872ed59c631213fc84c29603545e362623c76
tree0c952c72b5cfbc34c12de90436881d8b63371347
parenta4433e1b3101ce171dad394149212bc38c0d1e49
Fix a problem in getDirectoryContents where sub-directory names were
appended to a path string that didn't end in a slash, yielding invalid
path names.

Path contribute by Nicholas Riley.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22539 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/Unix/Path.inc