https://bugs.documentfoundation.org/show_bug.cgi?id=167468
Regina Henschel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Regina Henschel <[email protected]> --- Created attachment 201763 --> https://bugs.documentfoundation.org/attachment.cgi?id=201763&action=edit corrected loop Off-by-one error. BTW, changing i>0 to i>=0 will not work because SCSIZE is unsigned integer. -- You are receiving this mail because: You are the assignee for the bug.
