24 May
2006
24 May
'06
11:19 p.m.
http://bugs.winehq.org/show_bug.cgi?id=5139 ------- Additional Comments From ead1234(a)hotmail.com 2006-24-05 18:19 -------
From Jason Spiro 2006-05-19 13:50 -------
Wine-msi is executing the SQL statement "SELECT * FROM `Media` WHERE `LastSequence` >= 1 ORDER BY `LastSequence`". That select statement should not be selecting the row that mentions DiskId="22" LastSequence="0" DiskPrompt="" Cabinet="accessor.cab" VolumeLabel="" Source="" wine is executing SELECT * FROM `MEDIA` WHERE LastSequence >= 0 according to files.c, not 1. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.