mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Clean up an obvious time-waster.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20178 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a6ad52d647
commit
8889b307e5
@ -2796,7 +2796,7 @@ gnc_sql_get_sql_value( const GncSqlConnection* conn, const GValue* value )
|
||||
gchar doublestr[G_ASCII_DTOSTR_BUF_SIZE];
|
||||
g_ascii_dtostr( doublestr, sizeof(doublestr),
|
||||
g_value_get_double( value ));
|
||||
return g_strdup_printf( "%s", doublestr );
|
||||
return g_strdup( doublestr );
|
||||
|
||||
}
|
||||
else if ( g_value_type_transformable( type, G_TYPE_STRING ) )
|
||||
|
Loading…
Reference in New Issue
Block a user