From 836e92e1202857cc7b42bbbee8dea68cb40131ed Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 30 May 2009 22:40:56 +0000 Subject: Write dynamic manifest to tmpfile, not my home directory. Oops :) git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2058 a436a847-0d15-0410-975c-d299462d15a1 --- src/world.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/world.c') diff --git a/src/world.c b/src/world.c index 44028ed..76751ee 100644 --- a/src/world.c +++ b/src/world.c @@ -216,7 +216,7 @@ slv2_world_load_bundle(SLV2World world, SLV2Value bundle_uri) printf("DYNAMIC MANIFEST <%s> @ <%s> {\n", librdf_uri_as_string(librdf_node_get_uri(dynman_node)), librdf_uri_as_string(librdf_node_get_uri(binary_node))); - FILE* dyn_manifest = fopen("/home/dave/dynmanifest.ttl", "w+");//tmpfile(); + FILE* dyn_manifest = tmpfile(); func(dyn_manifest); rewind(dyn_manifest); librdf_parser_parse_file_handle_into_model(world->parser, -- cgit v1.2.1