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:
Phil Longstaff 2009-11-29 19:45:43 +00:00
parent 763e3ed280
commit 4e37dacb60

View File

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