re PR java/9253 (on win32, java.io.File.listFiles("C:\\") returns pwd instead of...
authorRanjit Mathew <rmathew@hotmail.com>
Fri, 24 Jan 2003 21:57:00 +0000 (21:57 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Fri, 24 Jan 2003 21:57:00 +0000 (21:57 +0000)
commit0ced43354fe55cfeed8e70eefc1110209ffb8c5f
tree5744cb3ce8a7e666bd57a0020b2f569c94502fc8
parent1f37a5b273c35029f448d9c32277d42a45ff784f
re PR java/9253 (on win32, java.io.File.listFiles("C:\\") returns pwd instead of the root content of C:)

2003-01-24  Ranjit Mathew  <rmathew@hotmail.com>

Fixes PR java/9253:
* java/io/natFileWin32.cc (performList): Append only "*.*"
if the canonical file path already has a "\" at the end.

From-SVN: r61736
libjava/ChangeLog
libjava/java/io/natFileWin32.cc