projects
/
wine
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4417c3
)
winedump: Cast-qual warnings fix.
author
Andrew Talbot
<Andrew.Talbot@talbotville.com>
Sat, 7 Jul 2007 16:21:00 +0000
(17:21 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 9 Jul 2007 09:46:07 +0000
(11:46 +0200)
tools/winedump/lnk.c
patch
|
blob
|
blame
|
history
diff --git
a/tools/winedump/lnk.c
b/tools/winedump/lnk.c
index
661e48d
..
529e4ef
100644
(file)
--- a/
tools/winedump/lnk.c
+++ b/
tools/winedump/lnk.c
@@
-143,7
+143,7
@@
static int dump_pidl(void)
while(sz<pidl->size)
{
-
lnk_string *segment = (
lnk_string*) &pidl->str.a[sz];
+
const lnk_string *segment = (const
lnk_string*) &pidl->str.a[sz];
if(!segment->size)
break;