[Libreoffice-commits] core.git: solenv/bin

Tor Lillqvist tml at iki.fi
Fri Aug 30 00:21:17 PDT 2013


 solenv/bin/concat-deps.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b5fd1341cd5f7585dc3b81d669b43750c3fc71b6
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Aug 30 10:18:32 2013 +0300

    WaE: size_t to int conversion: possible loss of data
    
    Change-Id: Ica626a5ebe8e3c022e5398b50253904d269ba0ce

diff --git a/solenv/bin/concat-deps.c b/solenv/bin/concat-deps.c
index f0147c8..5c4d123 100644
--- a/solenv/bin/concat-deps.c
+++ b/solenv/bin/concat-deps.c
@@ -98,7 +98,7 @@
 int internal_boost = 0;
 static char* base_dir;
 static char* work_dir;
-int work_dir_len;
+size_t work_dir_len;
 
 #ifdef __GNUC__
 #define clz __builtin_clz


More information about the Libreoffice-commits mailing list