changeset 19756:f5584340d2e6

Disable rtc timing by default.
author uau
date Sat, 09 Sep 2006 02:08:52 +0000
parents 0e7162ecc045
children 28fbad45a4c0
files mplayer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Fri Sep 08 22:19:24 2006 +0000
+++ b/mplayer.c	Sat Sep 09 02:08:52 2006 +0000
@@ -401,7 +401,7 @@
 
 
 #ifdef HAVE_RTC
-static int nortc;
+static int nortc = 1;
 static char* rtc_device;
 #endif