mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
remove printf
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4797 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
d9f4dd283e
commit
d3214844d0
@ -534,7 +534,7 @@ guid_hash_to_guint (gconstpointer ptr)
|
||||
|
||||
if (!guid)
|
||||
{
|
||||
fprintf(stderr, "guid_g_hash_table_hash: received NULL guid pointer.");
|
||||
PERR ("received NULL guid pointer.");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user