Kaydet (Commit) d78f671e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

yyinput() returns int

Change-Id: I2e1958bff9778bab65b5c972bc9e0721a86546f5
Reviewed-on: https://gerrit.libreoffice.org/68630
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 2449bf48
......@@ -134,7 +134,7 @@ static int bText=0;
"<!--" {
char c1 = 0, c2 = 0;
int c1 = 0, c2 = 0;
int c3 = yyinput();
char pChar[2];
pChar[1] = 0x00;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment