tools/source/inet/inetmime.cxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit b377caa14c7fafdc38f6f185c0a01ad58cc620f2
Author: Jochen Nitschke <j.nitschke+loger...@ok.de>
Date:   Fri Apr 7 14:08:11 2017 +0000

    use correct string length
    
    Change-Id: I2a5a0e496e80e1f5868e5ac09bfdba57a598ec90
    Reviewed-on: https://gerrit.libreoffice.org/36271
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/tools/source/inet/inetmime.cxx b/tools/source/inet/inetmime.cxx
index 27f120a360df..27cb1857b5d4 100644
--- a/tools/source/inet/inetmime.cxx
+++ b/tools/source/inet/inetmime.cxx
@@ -483,9 +483,7 @@ bool parseParameters(ParameterList const & rInput,
                 eEncoding
                     = getCharsetEncoding(p->m_aCharset.getStr(),
                                                    p->m_aCharset.getStr()
-                                                       + rInput.m_pList->
-                                                             m_aCharset.
-                                                                 getLength());
+                                                       + 
p->m_aCharset.getLength());
             OUString aValue;
             bool bBadEncoding = false;
             Parameter * pNext = p;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to