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

Noel Grandin noel.grandin at collabora.co.uk
Sat Jul 7 10:42:35 UTC 2018


 desktop/source/pkgchk/unopkg/unopkg_misc.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d4b1f51f99fcb2a6d550f667df14e99983ab9d8c
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date:   Sat Jul 7 09:12:41 2018 +0200

    fix vecUnaccepted check in printf_packages
    
    regression from
        commit 1b0beef8794210b2af49d8c4a00ca7d4e3ebedb7
        Date:   Tue Mar 6 22:36:02 2018 +0100
        Use for-range loops in desktop (part2)
    
    Change-Id: I684462f4473eb57db589033795dd4f91d8897389
    Reviewed-on: https://gerrit.libreoffice.org/57109
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx
index 4a68a61aa52d..b303248050f0 100644
--- a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx
+++ b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx
@@ -323,6 +323,7 @@ void printf_packages(
             else
                 printf_package( extension, xCmdEnv, level );
             dp_misc::writeConsole("\n");
+            ++index;
         }
     }
 }


More information about the Libreoffice-commits mailing list