зеркало из https://github.com/mozilla/gecko-dev.git
Fixed uninitialized return value.
This commit is contained in:
Родитель
c559373057
Коммит
a41c2f2e9f
|
@ -591,7 +591,7 @@ nsPipe::nsPipeOutputStream::WriteSegments(nsReadSegmentFun reader,
|
|||
PRUint32 count,
|
||||
PRUint32 *writeCount)
|
||||
{
|
||||
nsresult rv;
|
||||
nsresult rv = NS_OK;
|
||||
nsPipe* pipe = GET_OUTPUTSTREAM_PIPE(this);
|
||||
{
|
||||
nsAutoCMonitor mon(pipe);
|
||||
|
|
Загрузка…
Ссылка в новой задаче