[PATCH] [CVS] Fix int21 get disk space call

Andrew de Quincey adq_dvb at lidskialf.net
Thu Nov 27 21:09:47 CST 2003


Hi, my first patch to WINE ever. 

Theres a bug in wine/dlls/winedos/int21.c/INT21_GetFreeDiskSpace()

It was previously using BL_reg() instead of the correct DL_reg() to get the ID 
of the drive concerned. This obviously breaks apps using this call (e.g. 
older installshields such as the trial of XaraX).

I've just noticed there are LOTS of occurrences of BL_reg() in this file which 
look like they might have the same problem as INT21_GetFreeDiskSpace... I'll 
have a trawl through and check if they're correct as well.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wine-int21-free-disk-space.patch
Type: text/x-diff
Size: 718 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20031128/ca54dae7/wine-int21-free-disk-space.bin


More information about the wine-patches mailing list