Skip to content
Permalink
Browse files Browse the repository at this point in the history
Fixed incorrect integer type
  • Loading branch information
westes committed Feb 27, 2016
1 parent 7a7c3df commit a5cbe92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flex.skl
Expand Up @@ -1703,7 +1703,7 @@ int yyFlexLexer::yy_get_next_buffer()

else
{
yy_size_t num_to_read =
int num_to_read =
YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;

while ( num_to_read <= 0 )
Expand Down

0 comments on commit a5cbe92

Please sign in to comment.