From: Will Estes Date: Sat, 27 Feb 2016 16:56:05 +0000 (-0500) Subject: Fixed incorrect integer type X-Git-Tag: v2.6.1~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5cbe929ac3255d371e698f62dc256afe7006466;p=flex Fixed incorrect integer type --- diff --git a/src/flex.skl b/src/flex.skl index 36a526a..64f853d 100644 --- a/src/flex.skl +++ b/src/flex.skl @@ -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 )