Andrew de Quincey wrote:
Hi, my first patch to WINE ever.
Theres a bug in wine/dlls/winedos/int21.c/INT21_GetFreeDiskSpace()
I don't want to be negative but, a fix was committed to the CVS on 25.11. It's nice to see new people submitting patches. ;)
- Hannu Valtonen Hannu.Valtonen@hut.fi
On Friday 28 Nov 2003 13:08, Hannu Valtonen wrote:
Andrew de Quincey wrote:
Hi, my first patch to WINE ever.
Theres a bug in wine/dlls/winedos/int21.c/INT21_GetFreeDiskSpace()
I don't want to be negative but, a fix was committed to the CVS on 25.11. It's nice to see new people submitting patches. ;)
Er, thats weird... I updated my tree from CVS last night! Hmmmm, something must be up with my setup.
Anyway, expect more from me hopefully. BTW. I checked all the other int 21h calls for the same kind of cut&paste error with registers.. the others are OK.