LibIPC: Actually use the new Core::Timer::restart() I just added

Thanks @brynet for noticing. :^)
This commit is contained in:
Andreas Kling 2020-06-12 09:13:27 +02:00
parent 2ce2c4810a
commit 6f1b5fc0ab
Notes: sideshowbarker 2024-07-19 05:42:55 +09:00

View file

@ -162,7 +162,7 @@ public:
}
if (!bytes.is_empty())
m_responsiveness_timer->start();
m_responsiveness_timer->restart();
size_t decoded_bytes = 0;
for (size_t index = 0; index < bytes.size(); index += decoded_bytes) {