aboutsummaryrefslogtreecommitdiff
path: root/drivers/unix/file_access_unix.cpp
diff options
context:
space:
mode:
authorHugo Locurcio2018-04-22 19:36:01 +0200
committerMax Hilbrunner2018-04-22 19:36:01 +0200
commit1c419531a009f48aa074f9b5f93b98d387c33723 (patch)
tree6beff4f51161e61e22b70266b5e0385496e35b6b /drivers/unix/file_access_unix.cpp
parentca25f1e6eae9ffd498ddba05f94e341827269fea (diff)
downloadgodot-1c419531a009f48aa074f9b5f93b98d387c33723.tar.gz
godot-1c419531a009f48aa074f9b5f93b98d387c33723.tar.zst
godot-1c419531a009f48aa074f9b5f93b98d387c33723.zip
Diffstat (limited to 'drivers/unix/file_access_unix.cpp')
-rw-r--r--drivers/unix/file_access_unix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/unix/file_access_unix.cpp b/drivers/unix/file_access_unix.cpp
index a7a3eef93..57826828a 100644
--- a/drivers/unix/file_access_unix.cpp
+++ b/drivers/unix/file_access_unix.cpp
@@ -136,7 +136,7 @@ void FileAccessUnix::close() {
if (save_path != "") {
//unlink(save_path.utf8().get_data());
- //print_line("renaming..");
+ //print_line("renaming...");
int rename_error = rename((save_path + ".tmp").utf8().get_data(), save_path.utf8().get_data());
if (rename_error && close_fail_notify) {