From eacd66e78431354d0cce21e07c791aeb2206cef6 Mon Sep 17 00:00:00 2001 From: Artem Varaksa Date: Sat, 17 Feb 2018 16:00:39 +0300 Subject: Clean up some bad words from code comments (cherry picked from commit d35e48622800f6686dbdfba380e25170005dcc2b) --- drivers/unix/os_unix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/unix/os_unix.cpp') diff --git a/drivers/unix/os_unix.cpp b/drivers/unix/os_unix.cpp index 5f45f06c7..aa01f2267 100644 --- a/drivers/unix/os_unix.cpp +++ b/drivers/unix/os_unix.cpp @@ -296,7 +296,7 @@ Error OS_Unix::execute(const String &p_path, const List &p_arguments, bo Vector args; for (int i = 0; i < cs.size(); i++) - args.push_back((char *)cs[i].get_data()); // shitty C cast + args.push_back((char *)cs[i].get_data()); args.push_back(0); execvp(p_path.utf8().get_data(), &args[0]); -- cgit v1.2.3-70-g09d2