diff options
| author | Matthias Hoelzl | 2017-08-26 18:53:49 +0200 |
|---|---|---|
| committer | Matthias Hoelzl | 2017-08-27 23:05:39 +0200 |
| commit | b6e1e47e3a92c1b94ef327149068a8a147fc73f5 (patch) | |
| tree | 649111f4d36d3a1a12048db41e9d72026a787d6b /drivers/unix/SCsub | |
| parent | a919a013f53bdd9535d248ad9fdbb586c342a4d6 (diff) | |
| download | godot-b6e1e47e3a92c1b94ef327149068a8a147fc73f5.tar.gz godot-b6e1e47e3a92c1b94ef327149068a8a147fc73f5.tar.zst godot-b6e1e47e3a92c1b94ef327149068a8a147fc73f5.zip | |
Diffstat (limited to 'drivers/unix/SCsub')
| -rw-r--r-- | drivers/unix/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/unix/SCsub b/drivers/unix/SCsub index 96efc91b7..5ced44dfd 100644 --- a/drivers/unix/SCsub +++ b/drivers/unix/SCsub @@ -8,7 +8,7 @@ g_set_p += 'String OS_Unix::get_global_settings_path() const {\n' g_set_p += '\treturn "' + env["unix_global_settings_path"] + '";\n' g_set_p += '}\n' g_set_p += '#endif' -f = open("os_unix_global_settings_path.gen.cpp", "wb") +f = open("os_unix_global_settings_path.gen.cpp", "w") f.write(g_set_p) f.close() |
