summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-05-30 22:40:56 +0000
committerDavid Robillard <d@drobilla.net>2009-05-30 22:40:56 +0000
commit836e92e1202857cc7b42bbbee8dea68cb40131ed (patch)
tree9354c87a91a570fc675a9e0787fda77c82d1b8aa /src
parent2e802fe1337cec54522e5439742c7c450516cb31 (diff)
downloadlilv-836e92e1202857cc7b42bbbee8dea68cb40131ed.tar.gz
lilv-836e92e1202857cc7b42bbbee8dea68cb40131ed.tar.bz2
lilv-836e92e1202857cc7b42bbbee8dea68cb40131ed.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/world.c2
1 files changed, 1 insertions, 1 deletions
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,