the Ubuntu / OS X buildbots don't seem to like G_STATIC_MUTEX_INIT (for whatever reason), try to use g_static_mutex_init() instead

svn path=/trunk/; revision=22977
This commit is contained in:
Ulf Lamping 2007-09-26 00:44:47 +00:00
parent cd4d203af2
commit c703e7e18c
1 changed files with 1 additions and 1 deletions

View File

@ -1694,7 +1694,7 @@ void pipe_input_set_handler(gint source, gpointer user_data, int *child_process,
pipe_input.child_process = child_process;
pipe_input.user_data = user_data;
pipe_input.input_cb = input_cb;
pipe_input.callback_running = G_STATIC_MUTEX_INIT;
g_static_mutex_init(&pipe_input.callback_running);
#ifdef _WIN32
/* Tricky to use pipes in win9x, as no concept of wait. NT can