GNOME Bugzilla – Bug 719509
openoffice-read.c:4162: possible bad if test ?
Last modified: 2013-11-29 03:27:53 UTC
Source code is else if ( n_dots2 == 1 && n_dots2 == 1) { I think probably else if ( n_dots1 == 1 && n_dots2 == 1) { was intended. This bug found by static analysis checker, cppcheck. [openoffice-read.c:4162] -> [openoffice-read.c:4162]: (style) Same expression on both sides of '&&'.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.