From 8a8fff6415e7e03c4c51b3abbabac816208563f8 Mon Sep 17 00:00:00 2001 From: Rob Shearman Date: Tue, 23 Mar 2010 13:33:51 +0000 Subject: [PATCH] widl: Return a pointer to the correct part of the string from the lexer for WSTRQUOTE tokens. --- tools/widl/parser.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/widl/parser.l b/tools/widl/parser.l index 0d231fc7885..bcf743619d9 100644 --- a/tools/widl/parser.l +++ b/tools/widl/parser.l @@ -150,7 +150,7 @@ UUID *parse_uuid(const char *u) parser_lval.str = get_buffered_cstring(); return aSTRING; } -L\" yy_push_state(WSTRQUOTE); +L\" yy_push_state(WSTRQUOTE); cbufidx = 0; \" { yy_pop_state(); parser_lval.str = get_buffered_cstring();