mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove another gnc_pop_locale().
This commit is contained in:
@@ -147,7 +147,6 @@ GncDbiSqlResult::IteratorImpl::get_string_at_col(const char* col) const
|
||||
auto strval = dbi_result_get_string(m_inst->m_dbi_result, col);
|
||||
if (strval == nullptr)
|
||||
{
|
||||
gnc_pop_locale (LC_NUMERIC);
|
||||
throw (std::invalid_argument{"Column empty."});
|
||||
}
|
||||
auto retval = std::string{strval};
|
||||
|
||||
Reference in New Issue
Block a user