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:
98d0d29
)
suppress compiler warning
author
Russell Bryant
<russell@russellbryant.com>
Thu, 16 Feb 2006 17:21:56 +0000
(17:21 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Thu, 16 Feb 2006 17:21:56 +0000
(17:21 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10286
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
funcs/func_sha1.c
patch
|
blob
|
history
diff --git
a/funcs/func_sha1.c
b/funcs/func_sha1.c
index
c9805d2
..
30c6b6c
100644
(file)
--- a/
funcs/func_sha1.c
+++ b/
funcs/func_sha1.c
@@
-52,7
+52,7
@@
static int sha1(struct ast_channel *chan, char *cmd, char *data,
else {
ast_log(LOG_ERROR,
"Insufficient space to produce SHA1 hash result (%d < 41)\n",
- len);
+ (int) len);
}
return 0;