Skip to content

Commit

Permalink
Fix #152. Some users still getting 'not completely converted' error d…
Browse files Browse the repository at this point in the history
…ue to localisation
  • Loading branch information
churchers committed Mar 10, 2017
1 parent f0ef753 commit 9294191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vm-info
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,6 @@ info::__bytes_human(){
5) _ext="T" ;;
esac

export LC_NUMERIC="C"
export LC_ALL="C"
printf "%.3f%s" "${_val}" "${_ext}"
}

0 comments on commit 9294191

Please sign in to comment.