natSystem.cc (file_encoding): Added return statement.
2000-09-26 Alexandre Petit-Bianco <apbianco@cygnus.com> * java/lang/natSystem.cc (file_encoding): Added return statement. From-SVN: r36647
This commit is contained in:
committed by
Alexandre Petit-Bianco
parent
5a8e2650ed
commit
aca8c6e8a3
@@ -165,6 +165,7 @@ file_encoding ()
|
||||
char *e = nl_langinfo (CODESET);
|
||||
if (e == NULL || *e == '\0')
|
||||
e = "8859_1";
|
||||
return e;
|
||||
}
|
||||
|
||||
#define DEFAULT_FILE_ENCODING file_encoding ()
|
||||
|
||||
Reference in New Issue
Block a user