[trivial PATCH 09/22] [xlat.c] eliminate build warnings
1 Feb
2010
1 Feb
'10
12:27 p.m.
Signed-off-by: Wang Tinggong <wangtinggong@gmail.com> --- src/main/xlat.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/xlat.c b/src/main/xlat.c index 6f498a9..3220d4b 100644 --- a/src/main/xlat.c +++ b/src/main/xlat.c @@ -775,7 +775,7 @@ static int decode_attribute(const char **from, char **to, int freespace, expand2 = TRUE; } else if ((p[0] == '"') || p[0] == '\'') { - getstring(&p, l, strlen(l)); + getstring((const char**)&p, l, strlen(l)); } else { l = p; -- 1.6.0.6
6001
Age (days ago)
6001
Last active (days ago)
0 comments
1 participants
participants (1)
-
Wang Tinggong