Menu

#32 [bug] Logical AND should be bitwise AND

closed-fixed
nobody
None
5
2012-09-28
2012-04-20
No

In identify.c, function dco_identify_print, the condition in the last if statement should use a bitwise AND, not a logical AND -- its checking if any of the low 5 bits are set, and will print their value if so.

Discussion

  • Farid Jahanmir

    Farid Jahanmir - 2012-04-20

    bugfix patch for identify.c

     
  • Mark Lord

    Mark Lord - 2012-09-28

    fixed for 9.42, thanks.

     
  • Mark Lord

    Mark Lord - 2012-09-28
    • status: open --> closed-fixed
     

Log in to post a comment.