yyinput() returns int

Change-Id: I2e1958bff9778bab65b5c972bc9e0721a86546f5
Reviewed-on: https://gerrit.libreoffice.org/68630
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann
2019-03-02 21:57:52 +01:00
parent 2449bf48c4
commit d78f671e71

View File

@@ -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;