[Asterisk-cvs] asterisk pbx.c,1.92,1.93

jeremy at lists.digium.com jeremy at lists.digium.com
Tue Jan 13 01:56:49 CST 2004


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/home/jeremy/asterisk

Modified Files:
	pbx.c 
Log Message:
temp fix for timed includes and GotoIfTime


Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- pbx.c	11 Jan 2004 09:19:16 -0000	1.92
+++ pbx.c	13 Jan 2004 07:48:39 -0000	1.93
@@ -2888,7 +2888,7 @@
 	int x;
 	int s1, s2;
 	int e1, e2;
-	int cth, ctm;
+//	int cth, ctm;
 
 	//[PHM 07/01/03]
 	//start disabling all times, fill the fields with 0's, as they may contain garbage
@@ -2922,7 +2922,7 @@
 		return;
 	}
 
-#if 0
+#if 1
 	s1 = s1 * 30 + s2/2;
 	if ((s1 < 0) || (s1 >= 24*30)) {
 		ast_log(LOG_WARNING, "%s isn't a valid star time. Assuming no time.\n", times);




More information about the svn-commits mailing list