needed cast
This commit is contained in:
parent
44e41b1f3a
commit
1cab7105bd
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ getstr(Msg *m)
|
||||||
p--;
|
p--;
|
||||||
memmove(p, p+1, n);
|
memmove(p, p+1, n);
|
||||||
p[n] = 0;
|
p[n] = 0;
|
||||||
return p;
|
return (char*)p;
|
||||||
}
|
}
|
||||||
|
|
||||||
mpint*
|
mpint*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue