summaryrefslogtreecommitdiff
path: root/riscos/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/gui.c')
-rw-r--r--riscos/gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index 1005db362..db57ff68a 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -2098,7 +2098,7 @@ void ro_gui_view_source(hlcache_handle *c)
warn_user("NoMemory", 0);
return;
}
- LOG(("Generated file name: \"%s\"", filename));
+
snprintf(full_name, 256, "%s/%s", TEMP_FILENAME_PREFIX,
filename);
full_name[255] = '\0';
@@ -2109,7 +2109,7 @@ void ro_gui_view_source(hlcache_handle *c)
return;
}
message.file_name[211] = '\0';
- LOG(("RISC OS-ified file name: \"%s\"", message.file_name));
+
error = xosfile_save_stamped(message.file_name,
ro_content_filetype(c),
(byte *) source_data,