[Bug 202301] usr/src/usr.bin/sort/coll.c:1090: bad if test ?

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 13 17:20:22 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202301

            Bug ID: 202301
           Summary: usr/src/usr.bin/sort/coll.c:1090: bad if test ?
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: misc
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: dcb314 at hotmail.com

[usr/src/usr.bin/sort/coll.c:1090] -> [usr/src/usr.bin/sort/coll.c:1090]:
(style) Same expression on both sides of '>'.

  if (d2 > d2)

Maybe

  if (d1 > d2)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list