mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
Fix potentially uninitialized variable.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20047 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
ec1b93bdf5
commit
2bb2858021
@ -1184,7 +1184,7 @@ void
|
||||
gnc_import_TransInfo_init_matches (GNCImportTransInfo *trans_info,
|
||||
GNCImportSettings *settings)
|
||||
{
|
||||
GNCImportMatchInfo * best_match;
|
||||
GNCImportMatchInfo * best_match = NULL;
|
||||
g_assert (trans_info);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user