Commit bee02a1f authored by unknown's avatar unknown
Browse files

Fix alignment.

parent c9a03e17
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4283,6 +4283,7 @@ int Field_str::store(double nr)
  use_scientific_notation= TRUE;
  if (field_length < 32 && fabs(nr) < log_10[field_length]-1)
    use_scientific_notation= FALSE;

  length= (uint) my_sprintf(buff, (buff, "%-.*g",
                                   (use_scientific_notation ?
                                    max(0, (int)field_length-5) :