summaryrefslogtreecommitdiff
path: root/l10ntools/source/gLexXcu.l
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/gLexXcu.l')
-rw-r--r--l10ntools/source/gLexXcu.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/gLexXcu.l b/l10ntools/source/gLexXcu.l
index 4f88c9b3c3f7..fb3e1872f319 100644
--- a/l10ntools/source/gLexXcu.l
+++ b/l10ntools/source/gLexXcu.l
@@ -26,7 +26,7 @@ using namespace std;
#define LOCptr ((convert_xcu *)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 xcutext_ptr
#define yy_flex_strncpy convert_gen::lexStrncpy