Based on patch from Ethan Lee.
Signed-off-by: Vijay Kiran Kamuju infyquest@gmail.com
Hi,
While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check?
Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=76546
Your paranoid android.
=== debiant (build log) ===
error: patch failed: dlls/xactengine3_7/xact_dll.c:318 error: patch failed: dlls/xactengine3_7/xact_dll.c:318 error: patch failed: dlls/xactengine3_7/xact_dll.c:269 error: patch failed: dlls/xactengine3_7/xact_dll.c:561 Task: Patch failed to apply
=== debiant (build log) ===
error: patch failed: dlls/xactengine3_7/xact_dll.c:318 error: patch failed: dlls/xactengine3_7/xact_dll.c:318 error: patch failed: dlls/xactengine3_7/xact_dll.c:269 error: patch failed: dlls/xactengine3_7/xact_dll.c:561 Task: Patch failed to apply
Hi Vijay,
On 6/8/20 7:46 am, Vijay Kiran Kamuju wrote:
Based on patch from Ethan Lee.
Signed-off-by: Vijay Kiran Kamuju infyquest@gmail.com
cue->IXACT3Cue_iface.lpVtbl = &XACT3Cue_Vtbl;
cue->fact_cue = fcue;
*ppCue = (IXACT3Cue*)&cue->IXACT3Cue_iface;
cue->fact_cue = fcue;
*ppCue = (IXACT3Cue*)cue;
Appears to be a copy paste error.
Regards Alistair