ryanmelt / qtbindings

An easy to install gem version of the Ruby bindings to Qt
http://github.com/ryanmelt/qtbindings
Other
340 stars 63 forks source link

fix invalid unsigned arithmetic. #171

Closed ihsinme closed 3 years ago

ihsinme commented 3 years ago

your check is incorrect. since the variables are unsigned, it is equivalent to m_pos != backOffset. so I suggest a simple fix for the error.

ihsinme commented 3 years ago

are you still here, or no one needs PR?