Whitespace fix
This commit is contained in:
parent
e7ff3945d5
commit
aba92526c3
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ protected:
|
|||
if (num == 0)
|
||||
return EOF;
|
||||
|
||||
memmove (buffer+pbSize, PyString_AsString(line), num);
|
||||
memmove(buffer+pbSize, PyString_AsString(line), static_cast<size_t>(num));
|
||||
|
||||
// reset buffer pointers
|
||||
setg (buffer+(pbSize-numPutback), // beginning of putback area
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue