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:
Linas Vepstas 2004-08-27 22:23:18 +00:00
parent 3efa30588b
commit 2a28f52f84

View File

@ -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;