[Asterisk-cvs] asterisk/apps app_sayunixtime.c,1.4,1.5

markster at lists.digium.com markster at lists.digium.com
Fri Dec 5 11:42:08 CST 2003


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv26104/apps

Modified Files:
	app_sayunixtime.c 
Log Message:
Fix minor bogus message


Index: app_sayunixtime.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_sayunixtime.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- app_sayunixtime.c	21 Nov 2003 05:26:39 -0000	1.4
+++ app_sayunixtime.c	5 Dec 2003 17:33:30 -0000	1.5
@@ -76,9 +76,9 @@
 				if (s) {
 					format = s;
 				}
-			} else {
-				ast_log(LOG_ERROR, "Out of memory error\n");
 			}
+		} else {
+			ast_log(LOG_ERROR, "Out of memory error\n");
 		}
 	}
 




More information about the svn-commits mailing list