kernel: Write-strings warnings fix (1 of 2)

Andrew Talbot Andrew.Talbot at talbotville.com
Tue Aug 1 13:38:40 CDT 2006


Changelog:
    kernel: Write-strings warnings fix.

diff -urN a/dlls/kernel/oldconfig.c b/dlls/kernel/oldconfig.c
--- a/dlls/kernel/oldconfig.c	2006-05-23 13:48:03.000000000 +0100
+++ b/dlls/kernel/oldconfig.c	2006-08-01 17:38:43.000000000 +0100
@@ -96,7 +96,7 @@
  * NOTE: programs usually read these registry entries after sending the
  *       IOCTL_SCSI_GET_ADDRESS ioctl to the cdrom
  */
-static void create_scsi_entry( PSCSI_ADDRESS scsi_addr, LPSTR lpDriver, UINT uDriveType,
+static void create_scsi_entry( PSCSI_ADDRESS scsi_addr, LPCSTR lpDriver, UINT uDriveType,
     LPSTR lpDriveName, LPSTR lpUnixDeviceName )
 {
     static UCHAR uCdromNumber = 0;



More information about the wine-patches mailing list