Skip to content
Snippets Groups Projects

M_Ftrim

Merged James R. requested to merge ftrim-tweak-2 into master
  1. Feb 18, 2020
    • James R.'s avatar
      Fix M_Ftrim · e3ba369a
      James R. authored
      - Use '%f' instead of '%g' to avoid going scientific. Should also fix some
        compiler warnings.
      - The trailing zero trimming code is now useful. It started on the terminating
        byte before and wouldn't have done anything with '%g' anyway.
      - Use the absolute fractional value to avoid a sign.
      e3ba369a
Loading