Andrew Talbot : shell32/tests: Write-strings warnings fix.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jul 24 06:54:56 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: bbd8008b55c1d642e68bbfc076e2923458ad77fa
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=bbd8008b55c1d642e68bbfc076e2923458ad77fa

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Sat Jul 22 19:15:00 2006 +0100

shell32/tests: Write-strings warnings fix.

---

 dlls/shell32/tests/shlexec.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/shell32/tests/shlexec.c b/dlls/shell32/tests/shlexec.c
index 815125f..dc6c201 100644
--- a/dlls/shell32/tests/shlexec.c
+++ b/dlls/shell32/tests/shlexec.c
@@ -475,8 +475,8 @@ static const char* testfiles[]=
 
 typedef struct
 {
-    char* verb;
-    char* basename;
+    const char* verb;
+    const char* basename;
     int rc;
     int todo;
 } filename_tests_t;




More information about the wine-cvs mailing list