Author: duncan Date: Wed Oct 4 04:20:38 2006 New Revision: 8313 Modified: branches/rel-1-5/freevo/freevo_config.py
Log: [ 1570310 ] Typo in freevo_config crashes recordserver Fix applied. Modified: branches/rel-1-5/freevo/freevo_config.py ============================================================================== --- branches/rel-1-5/freevo/freevo_config.py (original) +++ branches/rel-1-5/freevo/freevo_config.py Wed Oct 4 04:20:38 2006 @@ -1414,8 +1414,8 @@ # This must be a value in seconds although at the moment only has # the percision of one minute. TV_RECORD_PADDING = 0 * 60 -TV_REVORD_PADDING_PRE = None -TV_REVORD_PADDING_POST = None +TV_RECORD_PADDING_PRE = None +TV_RECORD_PADDING_POST = None if os.uname()[0] == 'FreeBSD': # FreeBSD's bsdbt848 TV driver doesn't support audio settings? ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
