coverity#705191 Missing break in switch
Change-Id: I3e6b081711a45e6e0d77c6288ad26214b95b3dc7
This commit is contained in:
parent
0eeaf228ab
commit
15befeb90c
@ -250,6 +250,7 @@ FileHandleReader::readLine(OString * pLine)
|
||||
{
|
||||
case osl_File_E_PIPE: //HACK! for windows
|
||||
nRead = 0;
|
||||
//fall-through
|
||||
case osl_File_E_None:
|
||||
if (nRead == 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user