2121
2125
if (xine_config_lookup_entry(this->stream->xine, "media.capture.save_dir", &savedir)){
2122
2126
if(strlen(savedir.str_value)>1){
2124
2128
snprintf (filename, 256, "%s/%s_%s.ts",xine_get_homedir(),this->channels[this->channel].name, dates);
2125
2129
xprintf(this->class->xine,XINE_VERBOSITY_LOG,"savedir is wrong... saving to home directory\n");
2127
2132
snprintf (filename, 256, "%s/%s_%s.ts",savedir.str_value,this->channels[this->channel].name, dates);
2128
2133
xprintf(this->class->xine,XINE_VERBOSITY_LOG,"saving to savedir\n");