13 lines
702 B
Plaintext
13 lines
702 B
Plaintext
$OpenBSD: patch-src_xine-engine_xine_c,v 1.10 2010/03/21 01:41:15 sthen Exp $
|
|
--- src/xine-engine/xine.c.orig Tue Feb 23 17:27:15 2010
|
|
+++ src/xine-engine/xine.c Tue Feb 23 19:29:39 2010
|
|
@@ -1679,7 +1679,7 @@ static void config_save_cb (void *this_gen, xine_cfg_e
|
|
pthread_mutex_lock(&this->streams_lock);
|
|
if ( (ite = xine_list_front(this->streams)) ) {
|
|
stream = xine_list_get_value(this->streams, ite);
|
|
- _x_message(stream, XINE_MSG_SECURITY, _("The specified save_dir might be a security risk."), NULL);
|
|
+ _x_message(stream, XINE_MSG_SECURITY, _("The specified save_dir might be a security risk."), (char *)NULL);
|
|
}
|
|
pthread_mutex_unlock(&this->streams_lock);
|
|
}
|