| commit | 79f1315a02b1dd4dd7b4a78dea410c3192663522 | [log] |
|---|---|---|
| author | Noel Grandin <noel@peralex.com> | Thu Aug 25 09:56:54 2016 +0200 |
| committer | Noel Grandin <noel@peralex.com> | Thu Aug 25 10:09:29 2016 +0200 |
| tree | d88aa99994955d02259643f12a7af1395395f07e | |
| parent | 9a87305f5f4048c2b08136bbab434a2d6776d749 [diff] |
cid#1371326 Misused comma operator Change-Id: I8b27c4d20e86b6cf173374df0242f438909b4db6
diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx index 3c65230..279e173 100644 --- a/desktop/source/app/officeipcthread.cxx +++ b/desktop/source/app/officeipcthread.cxx
@@ -1202,7 +1202,7 @@ void PipeIpcThread::execute() m_handler->cReady.wait(); // we might have decided to shutdown while we were sleeping if (!m_handler->pGlobal.is()) return; if (!RequestHandler::pGlobal.is()) return; // only lock the mutex when processing starts, othewise we deadlock when the office goes // down during wait