projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51743a4
)
remove a line that was added by mistake
author
Luigi Rizzo
<rizzo@icir.org>
Tue, 18 Apr 2006 13:17:44 +0000
(13:17 +0000)
committer
Luigi Rizzo
<rizzo@icir.org>
Tue, 18 Apr 2006 13:17:44 +0000
(13:17 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@21098
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_sayunixtime.c
patch
|
blob
|
history
diff --git
a/apps/app_sayunixtime.c
b/apps/app_sayunixtime.c
index
9b208ca
..
3cb797f
100644
(file)
--- a/
apps/app_sayunixtime.c
+++ b/
apps/app_sayunixtime.c
@@
-89,8
+89,6
@@
static int sayunixtime_exec(struct ast_channel *chan, void *data)
LOCAL_USER_ADD(u);
- args.format = "c"; /* default datetime */
-
AST_STANDARD_APP_ARGS(args, parse);
ast_get_time_t(args.timeval, &unixtime, time(NULL), NULL);