22 lines
1.2 KiB
Plaintext
22 lines
1.2 KiB
Plaintext
$OpenBSD: patch-src_xine-engine_input_rip_c,v 1.4 2010/01/05 11:48:51 sthen Exp $
|
|
--- src/xine-engine/input_rip.c.orig Mon Nov 30 15:55:52 2009
|
|
+++ src/xine-engine/input_rip.c Wed Dec 2 19:15:36 2009
|
|
@@ -565,7 +565,7 @@ input_plugin_t *_x_rip_plugin_get_instance (xine_strea
|
|
xine_log(stream->xine, XINE_LOG_MSG,
|
|
_("input_rip: target directory wasn't specified, please fill out the option 'media.capture.save_dir'\n"));
|
|
_x_message(stream, XINE_MSG_SECURITY,
|
|
- _("The stream save feature is disabled until you set media.capture.save_dir in the configuration."), NULL);
|
|
+ _("The stream save feature is disabled until you set media.capture.save_dir in the configuration."), (char *)NULL);
|
|
return NULL;
|
|
}
|
|
|
|
@@ -574,7 +574,7 @@ input_plugin_t *_x_rip_plugin_get_instance (xine_strea
|
|
xine_log(stream->xine, XINE_LOG_MSG,
|
|
_("input_rip: ripping/caching of this source is not permitted!\n"));
|
|
_x_message(stream, XINE_MSG_SECURITY,
|
|
- _("xine is not allowed to save from this source. (possibly copyrighted material?)"), NULL);
|
|
+ _("xine is not allowed to save from this source. (possibly copyrighted material?)"), (char *)NULL);
|
|
return NULL;
|
|
}
|
|
#endif
|