mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
fix null-pointer deref; fix more bad indentation
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10246 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
3efa30588b
commit
2a28f52f84
@ -2587,6 +2587,7 @@ ld_rev_hash_to_list( gpointer key, gpointer val, gpointer user_data )
|
||||
DEBUG( "%.8x, %.8x",
|
||||
(unsigned int)key,
|
||||
(unsigned int)val );
|
||||
return;
|
||||
}
|
||||
rrr->date = *(GDate*)key;
|
||||
rrr->numCells = (gnc_numeric*)val;
|
||||
|
Loading…
Reference in New Issue
Block a user