Maarten Lankhorst : quartz: Fix bug in transmitting messages further.

Alexandre Julliard julliard at winehq.org
Thu Mar 20 09:48:19 CDT 2008


Module: wine
Branch: master
Commit: 3c9e2263eeedbe532ca6dbae58667c3238256bdc
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3c9e2263eeedbe532ca6dbae58667c3238256bdc

Author: Maarten Lankhorst <m.b.lankhorst at gmail.com>
Date:   Wed Mar 19 17:41:15 2008 -0700

quartz: Fix bug in transmitting messages further.

---

 dlls/quartz/pin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/quartz/pin.c b/dlls/quartz/pin.c
index 77dabf0..d5c9f15 100644
--- a/dlls/quartz/pin.c
+++ b/dlls/quartz/pin.c
@@ -113,7 +113,7 @@ static HRESULT SendFurther( IPin *from, SendPinFunc fnMiddle, LPVOID arg, SendPi
                 {
                     HRESULT hr_local;
 
-                    hr_local = fnMiddle( pin, arg );
+                    hr_local = fnMiddle( connected, arg );
                     hr_return = updatehres( hr_return, hr_local );
                     IPin_Release(connected);
                 }




More information about the wine-cvs mailing list