зеркало из https://github.com/mozilla/pjs.git
Fixed uninitialized return value.
This commit is contained in:
Родитель
b52c63c49b
Коммит
b100d809ee
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче