From 149e272b30dde996469808bd607ded9910e2f490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Sun, 7 Apr 2013 09:58:05 +0000 Subject: [PATCH] [PORTCLS] * Fix copy-pasta CORE-7053 #comment Fixed in r58704, thanks for deciphering PVS studio report ;-) #resolve svn path=/trunk/; revision=58704 --- reactos/drivers/wdm/audio/backpln/portcls/pin_wavepci.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/drivers/wdm/audio/backpln/portcls/pin_wavepci.cpp b/reactos/drivers/wdm/audio/backpln/portcls/pin_wavepci.cpp index 7089f064aee..8342f338f4a 100644 --- a/reactos/drivers/wdm/audio/backpln/portcls/pin_wavepci.cpp +++ b/reactos/drivers/wdm/audio/backpln/portcls/pin_wavepci.cpp @@ -559,7 +559,7 @@ CPortPinWavePci::HandleKsStream( if (m_Capture) m_Position.WriteOffset += Data; else - m_Position.WriteOffset += Data; + m_Position.PlayOffset += Data; if (bFailed) {