diff options
Diffstat (limited to 'd')
-rwxr-xr-x | d | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ when 'c' end dec = doz = hex = oct = bin = true -char = num > 31 && num < 128 +char = num > 31 && num < 127 out = ARGV.shift case out when 'd' |