diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-07 09:12:41 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-07 12:42:15 +0200 |
commit | d4b1f51f99fcb2a6d550f667df14e99983ab9d8c (patch) | |
tree | e376f532edc37e67df57441bdd3360e6473b7fb8 /desktop | |
parent | 2cff0e2ceb53b2986be8788c7505cabbd04d0288 (diff) |
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@collabora.co.uk>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/pkgchk/unopkg/unopkg_misc.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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; } } } |