DeaDBeeF-Player / deadbeef

DeaDBeeF Player
https://deadbeef.sourceforge.io/
Other
1.59k stars 174 forks source link

$longer(x,y) is supposed to be a boolean function #3087

Closed percontation closed 1 month ago

percontation commented 1 month ago

tf_func_longer just calls tf_func_longest, which I believe is wrong.

The documentation I see says that $longer(x,y) is supposed to be like $greater($len(x),$len(y)), rather than like $longest(x,y).

Oleksiy-Yakovenko commented 1 month ago

Fixed, thanks for noticing!