From 16dd9d7496ca907a68f9bae2aa92a5069fe9ef62 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 8 Mar 2012 17:55:39 +0000 Subject: Add base_uri parameter to lilv_state_to_string(). git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4032 a436a847-0d15-0410-975c-d299462d15a1 --- test/lilv_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/lilv_test.c b/test/lilv_test.c index 5e2c54a..804b813 100644 --- a/test/lilv_test.c +++ b/test/lilv_test.c @@ -1214,7 +1214,7 @@ test_state(void) // Save state to a string char* state1_str = lilv_state_to_string( - world, &map, &unmap, state, "http://example.org/state1"); + world, &map, &unmap, state, "http://example.org/state1", NULL); // Restore from string LilvState* from_str = lilv_state_new_from_string(world, &map, state1_str); -- cgit v1.2.1