summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cpp-flex.skl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpp-flex.skl b/src/cpp-flex.skl
index 1db0446..1c62e3d 100644
--- a/src/cpp-flex.skl
+++ b/src/cpp-flex.skl
@@ -2390,7 +2390,7 @@ int yyFlexLexer::LexerInput( char* buf, int max_size )
if ( yyin.bad() ) {
return -1;
} else {
- return yyin.gcount();
+ return (int)yyin.gcount();
}
#endif
}