Skip to content
Commit f622ee8d authored by Emmanuele Bassi's avatar Emmanuele Bassi
Browse files

generator: Use %g format for g_ascii_formatd()

I should read the documentation for the functions I use:

  Converts a gdouble to a string, using the '.' as decimal point. To
  format the number you pass in a printf()-style format string. Allowed
  conversion specifiers are 'e', 'E', 'f', 'F', 'g' and 'G'.
                -- from g_ascii_formatd() in GLib's API reference

Epic reading fail.
parent 90d6e0b8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment