trapd00r / ls--

ls on steroids
502 stars 44 forks source link

Fixes #61 (locale with comma decimal separator) #62

Closed tfylling closed 5 years ago

tfylling commented 5 years ago

Fixed by firstly recognizing that size without K/M/G is whole bytes and will therefore not have decimals, while major,minor type strings of eg /dev should not have non-numeric end of string(?) Then convert commas to periods for internal float conversion before using locale-aware sprintf

trapd00r commented 5 years ago

Great, thank you; merging!