dbaccess/source/filter/hsqldb/rowinputbinary.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 90882591134ee39eed5588ee29f3633ec9b16eea Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Sat Jul 13 14:42:19 2019 +0200 Commit: Xisco Faulí <xiscofa...@libreoffice.org> CommitDate: Sat Jul 13 16:01:42 2019 +0200 dbaccess: use local variable aBytes Change-Id: Idffdb1cf7edf2c6cd39c1c417158069fed5445fa Reviewed-on: https://gerrit.libreoffice.org/75528 Tested-by: Jenkins Reviewed-by: Xisco Faulí <xiscofa...@libreoffice.org> diff --git a/dbaccess/source/filter/hsqldb/rowinputbinary.cxx b/dbaccess/source/filter/hsqldb/rowinputbinary.cxx index b75c8574dccf..13cb731d0877 100644 --- a/dbaccess/source/filter/hsqldb/rowinputbinary.cxx +++ b/dbaccess/source/filter/hsqldb/rowinputbinary.cxx @@ -92,7 +92,7 @@ OUString lcl_makeStringFromBigint(const std::vector<sal_uInt8>& bytes) OUStringBuffer sRet; // two's complement - if ((bytes[0] & 0x80) != 0) + if ((aBytes[0] & 0x80) != 0) { sRet.append("-"); for (auto& byte : aBytes) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits