Commit 1e101038 authored by Laurent Aimar's avatar Laurent Aimar

Fixed VLC_CANCEL_INIT value.

Threads can be cancelled and are not killed by default.
parent ecabf5dd
......@@ -157,7 +157,7 @@ typedef struct vlc_cancel_t
bool killed;
} vlc_cancel_t;
# define VLC_CANCEL_INIT { NULL, false, true }
# define VLC_CANCEL_INIT { NULL, true, false }
#endif
/*****************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment