msi: Fix typos which caused joins of three or more tables to not work properly.

Robert Shearman rob at codeweavers.com
Wed Mar 12 10:12:01 CDT 2008


In JOIN_fetch_int and JOIN_fetch_stream, prev_rows should be multiplied 
by the rows encountered in the current table so that prev_rows contains 
all of counts of the rows encountered multiplied together, rather than 
just the count of the rows in the last table encountered.
---
  dlls/msi/join.c |    4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 32d38c95f050e8a3d5daea264f754da29d0deed6.diff
Type: text/x-patch
Size: 610 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080312/2ee02738/attachment.bin 


More information about the wine-patches mailing list