[pkg-wine-party] [SCM] Debian Wine packaging branch, wheezy, updated. wine-1.4-7-302-gb61b690

Alexandre Julliard julliard at winehq.org
Sun Jun 17 20:03:47 UTC 2012


The following commit has been merged in the wheezy branch:
commit 1ce9fcabb06a45de1bee137ea234987cf34a5634
Author: Oleksij Rempel <bug-track at fisher-privat.net>
Date:   Tue May 29 23:10:08 2012 +0200

    krnl386.exe: Fix drive spec in get_media_id call.
    (cherry picked from commit fa3038c6bda292f156d98316d65f5b03433f7b22)

diff --git a/dlls/krnl386.exe16/int21.c b/dlls/krnl386.exe16/int21.c
index 69edfef..d59cd24 100644
--- a/dlls/krnl386.exe16/int21.c
+++ b/dlls/krnl386.exe16/int21.c
@@ -2609,8 +2609,9 @@ static void INT21_Ioctl_Block( CONTEXT *context )
             {
                 WCHAR	label[12],fsname[9];
                 DWORD	serial;
+                TRACE( "GENERIC IOCTL - Get media id - %c:\n",
+                       'A' + drive );
 
-                drivespec[0] += drive;
                 GetVolumeInformationW(drivespec, label, 12, &serial, NULL, NULL, fsname, 9);
                 *(WORD*)dataptr	= 0;
                 memcpy(dataptr+2,&serial,4);

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list