diff options
Diffstat (limited to 'libjava/gnu/classpath')
| -rw-r--r-- | libjava/gnu/classpath/natSystemProperties.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/gnu/classpath/natSystemProperties.cc b/libjava/gnu/classpath/natSystemProperties.cc index 958fdcbaf18..8196ea33f9f 100644 --- a/libjava/gnu/classpath/natSystemProperties.cc +++ b/libjava/gnu/classpath/natSystemProperties.cc @@ -363,7 +363,7 @@ gnu::classpath::SystemProperties::insertSystemProperties (java::util::Properties _Jv_platform_initProperties (newprops); // If java.library.path is set, tell libltdl so we search the new - // directories as well. FIXME: does this work properly on Windows? + // directories as well. ::java::lang::String *path = newprops->getProperty(JvNewStringLatin1("java.library.path")); if (path) { |

