$OpenBSD: patch-src_xine-engine_xine_c,v 1.8 2009/02/16 01:24:24 sthen Exp $
--- src/xine-engine/xine.c.orig	Tue Feb 10 12:32:24 2009
+++ src/xine-engine/xine.c	Wed Feb 11 00:55:26 2009
@@ -1671,7 +1671,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);
   }
