mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
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--;
|
||||
memmove(p, p+1, n);
|
||||
p[n] = 0;
|
||||
return p;
|
||||
return (char*)p;
|
||||
}
|
||||
|
||||
mpint*
|
||||
|
|
Loading…
Reference in a new issue