summaryrefslogtreecommitdiffstats
path: root/src/world.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.c')
-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,