dyne / tomb

the Crypto Undertaker
https://dyne.org/software/tomb
GNU General Public License v3.0
1.32k stars 151 forks source link

Fix operators to compare numerically, not lexicographically #491

Closed Narrat closed 11 months ago

Narrat commented 11 months ago

The operator < compares two strings lexicographically resulting in that a 100MB tomb is considered smaller than 47MB or 18MB.

Closes #489


Took the liberty and created the PR which incorporates the fix for #489

jaromil commented 11 months ago

Many thanks for this and the other PR, please take all the liberties 😅