svx/source/gengal/gengal.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a5070d17b3db7ddebd6555f05f155709583b0a90
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue Jan 9 18:00:56 2018 +0100

    -Werror,-Wformat (clang-cl)
    
    Change-Id: I21be71f795c6c04d63a0103e251448edeb4c54d2
    Reviewed-on: https://gerrit.libreoffice.org/47670
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/svx/source/gengal/gengal.cxx b/svx/source/gengal/gengal.cxx
index fc8568b9d3cd..5d6803f53365 100644
--- a/svx/source/gengal/gengal.cxx
+++ b/svx/source/gengal/gengal.cxx
@@ -122,7 +122,7 @@ static void createTheme( const OUString& aThemeName, const 
OUString& aGalleryURL
             fprintf( stderr, "Failed to import '%s'\n",
                      OUStringToOString( 
aIter->GetMainURL(INetURLObject::DecodeMechanism::NONE), RTL_TEXTENCODING_UTF8 
).getStr() );
         else
-            fprintf( stderr, "Imported file '%s' (%u)\n",
+            fprintf( stderr, "Imported file '%s' (%" SAL_PRIuUINT32 ")\n",
                      OUStringToOString( 
aIter->GetMainURL(INetURLObject::DecodeMechanism::NONE), RTL_TEXTENCODING_UTF8 
).getStr(),
                      pGalTheme->GetObjectCount() );
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to