diff options
Diffstat (limited to 'l10ntools/source/gLexXml.l')
-rw-r--r-- | l10ntools/source/gLexXml.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/gLexXml.l b/l10ntools/source/gLexXml.l index 357f0bada40f..fd07001f19bb 100644 --- a/l10ntools/source/gLexXml.l +++ b/l10ntools/source/gLexXml.l @@ -26,7 +26,7 @@ using namespace std; #define LOCptr ((convert_xml *)convert_gen::mcImpl) #define YYLMAX 64000 -#define YY_INPUT(buf,result,max_size) LOCptr->lexRead(buf, max_size) +#define YY_INPUT(buf,result,max_size) LOCptr->lexRead(buf, &result, max_size) #define YY_NO_UNISTD_H 1 #define yytext_ptr xmltext_ptr #define yy_flex_strncpy convert_gen::lexStrncpy |