mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix compilation problem in test - I'm not really sure why this is now a problem. Perhaps
libxml include files have changed between ubuntu 9.04 and 9.10. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18447 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
763e3ed280
commit
4e37dacb60
@ -137,7 +137,7 @@ test_dom_tree_to_timespec(void)
|
||||
|
||||
test_spec2 = dom_tree_to_timespec(test_node);
|
||||
|
||||
if (!dom_tree_valid_timespec(&test_spec2, "test-spec"))
|
||||
if (!dom_tree_valid_timespec(&test_spec2, (const xmlChar*)"test-spec"))
|
||||
{
|
||||
failure_args("dom_tree_to_timespec",
|
||||
__FILE__, __LINE__, "NULL return");
|
||||
|
Loading…
Reference in New Issue
Block a user