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:
parent
5a8e2650ed
commit
aca8c6e8a3
2 changed files with 5 additions and 0 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue