natRuntime.cc (nativeGetLibname): Added missing `#'.

2002-07-05  Tony Kimball  <alk@pobox.com>

	* java/lang/natRuntime.cc (nativeGetLibname): Added missing `#'.

From-SVN: r55280
This commit is contained in:
Tony Kimball 2002-07-06 05:11:53 +00:00 committed by Tom Tromey
parent 8537dbae0f
commit 16da5ae295
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-07-05 Tony Kimball <alk@pobox.com>
* java/lang/natRuntime.cc (nativeGetLibname): Added missing `#'.
2002-07-04 Tom Tromey <tromey@redhat.com>
Jeff Sturm <jsturm@one-point.com>

View File

@ -575,7 +575,7 @@ java::lang::Runtime::nativeGetLibname (jstring pathname, jstring libname)
// FIXME: use platform function here.
#ifdef WIN32
sb->append (JvNewStringLatin1 ("dll"));
else
#else
sb->append (JvNewStringLatin1 ("so"));
#endif