diff options
| author | Juan Linietsky | 2014-09-15 11:33:30 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-09-15 11:33:30 -0300 |
| commit | 8cab401d08f8e25aa9b2dc710204785858ff3dbb (patch) | |
| tree | 1a4cec868f937fb24d340ee33fbeba2f1c6fa9f2 /drivers/unix/file_access_unix.cpp | |
| parent | 1a2cb755e2d8b9d59178f36702f6dff7235b9088 (diff) | |
| download | godot-8cab401d08f8e25aa9b2dc710204785858ff3dbb.tar.gz godot-8cab401d08f8e25aa9b2dc710204785858ff3dbb.tar.zst godot-8cab401d08f8e25aa9b2dc710204785858ff3dbb.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 239e41be4..7f8552685 100644 --- a/drivers/unix/file_access_unix.cpp +++ b/drivers/unix/file_access_unix.cpp @@ -64,7 +64,7 @@ Error FileAccessUnix::_open(const String& p_path, int p_mode_flags) { f=NULL; String path=fix_path(p_path); - //printf("opening %ls\n", path.c_str()); + //printf("opening %ls, %i\n", path.c_str(), Memory::get_static_mem_usage()); ERR_FAIL_COND_V(f,ERR_ALREADY_IN_USE); const char* mode_string; |
