[Libreoffice-commits] core.git: l10ntools/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Mar 3 10:03:42 UTC 2019


 l10ntools/source/xrmlex.l |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d78f671e714b2d03f594bb8ea80bccbdc65ae4c2
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Sat Mar 2 21:57:52 2019 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Sun Mar 3 11:03:21 2019 +0100

    yyinput() returns int
    
    Change-Id: I2e1958bff9778bab65b5c972bc9e0721a86546f5
    Reviewed-on: https://gerrit.libreoffice.org/68630
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

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;


More information about the Libreoffice-commits mailing list