mirror of https://github.com/axmolengine/axmol.git
fix a paramers miss match
This commit is contained in:
parent
ae3310bffb
commit
e6645400a3
|
@ -929,7 +929,7 @@ bool Console::parseCommand(int fd)
|
|||
//
|
||||
|
||||
|
||||
ssize_t Console::readline(int fd, char* ptr, int maxlen)
|
||||
ssize_t Console::readline(int fd, char* ptr, size_t maxlen)
|
||||
{
|
||||
ssize_t n, rc;
|
||||
char c;
|
||||
|
|
Loading…
Reference in New Issue