summaryrefslogtreecommitdiff
path: root/src/xine-engine/input_rip.c
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-10-24 09:34:01 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-10-24 09:34:01 +0000
commitdc7ba390ce47ec3179fbddbf0b119c7fd730cb4a (patch)
tree5dc46dfe2f38221145756cbeec60bb3dc2dc875b /src/xine-engine/input_rip.c
parentcfb0c3ddeea748a0ec45b216e7142ebe39b180ae (diff)
downloadxine-lib-dc7ba390ce47ec3179fbddbf0b119c7fd730cb4a.tar.gz
xine-lib-dc7ba390ce47ec3179fbddbf0b119c7fd730cb4a.tar.bz2
* notify the user that the save feature is disabled by default
* security warning when the user tries to set the save_dir to a dangerous location CVS patchset: 5586 CVS date: 2003/10/24 09:34:01
Diffstat (limited to 'src/xine-engine/input_rip.c')
-rw-r--r--src/xine-engine/input_rip.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-engine/input_rip.c b/src/xine-engine/input_rip.c
index b96d3414d..8b5cfbb08 100644
--- a/src/xine-engine/input_rip.c
+++ b/src/xine-engine/input_rip.c
@@ -29,7 +29,7 @@
* - it's possible speeder saving streams in the xine without playing:
* xine stream_mrl#save:file.raw\;noaudio\;novideo
*
- * $Id: input_rip.c,v 1.8 2003/10/20 08:36:57 valtri Exp $
+ * $Id: input_rip.c,v 1.9 2003/10/24 09:34:01 mroi Exp $
*/
/* TODO:
@@ -540,6 +540,8 @@ input_plugin_t *rip_plugin_get_instance (xine_stream_t *stream, const char *file
if (!stream->xine->save_path[0]) {
xine_log(stream->xine, XINE_LOG_MSG,
_("input_rip: target directory wasn't specified, please fill out the option 'misc.save_dir'\n"));
+ xine_message(stream, XINE_MSG_SECURITY,
+ _("The stream save feature is disabled until you set misc.save_dir in the configuration."));
return NULL;
}