summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-03-02 21:57:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-03-03 11:03:21 +0100
commitd78f671e714b2d03f594bb8ea80bccbdc65ae4c2 (patch)
tree574c4597d28a457ae5302ecc12b2cdca21305e83 /l10ntools
parent2449bf48c4cefeda4ac0ccc65c6187ae0f079f82 (diff)
yyinput() returns int
Change-Id: I2e1958bff9778bab65b5c972bc9e0721a86546f5 Reviewed-on: https://gerrit.libreoffice.org/68630 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/xrmlex.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/xrmlex.l b/l10ntools/source/xrmlex.l
index 41a19f279cf2..57d6e3e38b1c 100644
--- a/l10ntools/source/xrmlex.l
+++ b/l10ntools/source/xrmlex.l
@@ -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;