aboutsummaryrefslogtreecommitdiff
path: root/src/VideoPlayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VideoPlayer.cpp')
-rw-r--r--src/VideoPlayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VideoPlayer.cpp b/src/VideoPlayer.cpp
index 047e525..5d2bf3c 100644
--- a/src/VideoPlayer.cpp
+++ b/src/VideoPlayer.cpp
@@ -229,7 +229,7 @@ namespace QuickMedia {
strcpy(ipc_addr.sun_path, ipc_server_path);
int flags = fcntl(ipc_socket, F_GETFL, 0);
- if(flags != -1) // TODO: Proper error handling
+ if(flags != -1)
fcntl(ipc_socket, F_SETFL, flags | O_NONBLOCK);
if(exec_program_async(args.data(), &video_process_id) != 0) {