mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
yy_size_t
This commit is contained in:
parent
95420fe5b8
commit
870e983ae6
@ -162,7 +162,7 @@ eggyywarning(ostringstream &strm) {
|
||||
// Now define a function to take input from an istream instead of a
|
||||
// stdio FILE pointer. This is flex-specific.
|
||||
static void
|
||||
input_chars(char *buffer, int &result, int max_size) {
|
||||
input_chars(char *buffer, yy_size_t &result, int max_size) {
|
||||
nassertv(inp != NULL);
|
||||
if (*inp) {
|
||||
inp->read(buffer, max_size);
|
||||
|
Loading…
x
Reference in New Issue
Block a user