openbsd-ports/multimedia/xine-lib/patches/patch-src_xine-engine_xine_c
2007-10-31 10:55:37 +00:00

13 lines
703 B
Plaintext

$OpenBSD: patch-src_xine-engine_xine_c,v 1.2 2007/10/31 10:55:37 jakemsr Exp $
--- src/xine-engine/xine.c.orig Sat Aug 18 19:37:00 2007
+++ src/xine-engine/xine.c Wed Oct 17 20:29:26 2007
@@ -1611,7 +1611,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);
}