sc/source/filter/lotus/lotimpop.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8ce1685d2429fe790b1d6e1dd10b6a0b83dbcbed Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Tue Aug 13 11:17:07 2019 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Tue Aug 13 15:04:06 2019 +0200 ofz#16409 build failure Change-Id: I0fae668a3d12f19d7cad82027c11901fb5123f12 Reviewed-on: https://gerrit.libreoffice.org/77402 Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/sc/source/filter/lotus/lotimpop.cxx b/sc/source/filter/lotus/lotimpop.cxx index 25fe9c7f8c32..3b1a66603561 100644 --- a/sc/source/filter/lotus/lotimpop.cxx +++ b/sc/source/filter/lotus/lotimpop.cxx @@ -330,7 +330,7 @@ void ImportLotus::NamedSheet() SCTAB nLTab(SanitizeTab(static_cast<SCTAB>(nTmpTab))); #if ENABLE_FUZZERS //ofz#14167 arbitrary sheet limit to make fuzzing useful - if (nLTab > 5 + if (nLTab > 5) nLTab = 5; #endif _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits