mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 07:05:33 +02:00
typo fixed
This commit is contained in:
parent
ad3fed2e7b
commit
4e2f80b457
1 changed files with 1 additions and 1 deletions
|
|
@ -2341,7 +2341,7 @@ String *Field_double::val_str(String *val_buffer,
|
|||
else
|
||||
{
|
||||
#ifdef HAVE_FCONVERT
|
||||
char buff[DOUBLE_TO_STRING_CONVERSION_BUFFER_SIZE],
|
||||
char buff[DOUBLE_TO_STRING_CONVERSION_BUFFER_SIZE];
|
||||
char *pos= buff;
|
||||
int decpt,sign,tmp_dec=dec;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue