fixed little bug in Java I/O Stream
This commit is contained in:
@@ -63,7 +63,7 @@ namespace hgl
|
||||
|
||||
bool readUTF (UTF16String &str)
|
||||
{
|
||||
return in?in->ReadUTF8ShortString(str);
|
||||
return in?in->ReadUTF8ShortString(str):false;
|
||||
}
|
||||
};//class JavaInputStream
|
||||
}//namespace io
|
||||
|
Reference in New Issue
Block a user