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:
4ac2fd4
)
Picky, picky buildbots
author
Tilghman Lesher
<tilghman@meg.abyt.es>
Wed, 25 Feb 2009 19:49:46 +0000
(19:49 +0000)
committer
Tilghman Lesher
<tilghman@meg.abyt.es>
Wed, 25 Feb 2009 19:49:46 +0000
(19:49 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@178607
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/stdtime/localtime.c
patch
|
blob
|
history
diff --git
a/main/stdtime/localtime.c
b/main/stdtime/localtime.c
index
e247a4d
..
10bc1ef
100644
(file)
--- a/
main/stdtime/localtime.c
+++ b/
main/stdtime/localtime.c
@@
-256,7
+256,7
@@
static void *inotify_daemon(void *data)
/* This read should block, most of the time. */
if ((res = read(inotify_fd, &buf, sizeof(buf))) < sizeof(buf.iev) && res > 0) {
/* This should never happen */
- ast_log(LOG_ERROR, "Inotify read less than a full event (%d < %d)?!!\n", res, sizeof(buf.iev));
+ ast_log(LOG_ERROR, "Inotify read less than a full event (%zd < %zd)?!!\n", res, sizeof(buf.iev));
break;
} else if (res < 0) {
if (errno == EINTR || errno == EAGAIN) {