$OpenBSD: patch-src_demuxers_demux_qt_c,v 1.2 2008/01/15 00:36:46 jakemsr Exp $
--- src/demuxers/demux_qt.c.orig	Tue Jan  1 08:30:08 2008
+++ src/demuxers/demux_qt.c	Wed Jan  9 01:50:21 2008
@@ -2986,7 +2986,7 @@ static demux_plugin_t *open_plugin (demux_class_t *cla
       /* special consideration for DRM-protected files */
       if (this->qt->last_error == QT_DRM_NOT_SUPPORTED)
         _x_message (this->stream, XINE_MSG_ENCRYPTED_SOURCE,
-          "DRM-protected Quicktime file", NULL);
+          "DRM-protected Quicktime file", (char *)NULL);
 
     } else if (last_error != QT_OK) {
 
