diff options
| author | Hugo Locurcio | 2018-04-22 19:36:01 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2018-06-05 21:42:33 +0200 |
| commit | 403f7dc35f9a356466ee12b83880e2da73b9598d (patch) | |
| tree | 19eb9e945107faeebf875f39e9cc051b3c215fc6 /drivers/unix/file_access_unix.cpp | |
| parent | e09170dffa1c5cc953ebec22de22434d5172f3f7 (diff) | |
| download | godot-403f7dc35f9a356466ee12b83880e2da73b9598d.tar.gz godot-403f7dc35f9a356466ee12b83880e2da73b9598d.tar.zst godot-403f7dc35f9a356466ee12b83880e2da73b9598d.zip | |
Diffstat (limited to 'drivers/unix/file_access_unix.cpp')
| -rw-r--r-- | drivers/unix/file_access_unix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/unix/file_access_unix.cpp b/drivers/unix/file_access_unix.cpp index e79fef8fe..c25d34125 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) { |
