progman: Cast-qual warnings fix

Andrew Talbot Andrew.Talbot at talbotville.com
Sat Dec 16 06:55:31 CST 2006


Changelog:
    progman: Cast-qual warnings fix.

diff -urN a/programs/progman/group.c b/programs/progman/group.c
--- a/programs/progman/group.c	2006-06-05 13:30:35.000000000 +0100
+++ b/programs/progman/group.c	2006-12-16 12:30:01.000000000 +0000
@@ -169,7 +169,7 @@
   group->hActiveProgram = 0;
 
   cs.szClass = STRING_GROUP_WIN_CLASS_NAME;
-  cs.szTitle = (LPSTR)lpszName;
+  cs.szTitle = lpszName;
   cs.hOwner  = 0;
   cs.x       = x;
   cs.y       = y;



More information about the wine-patches mailing list