aboutsummaryrefslogtreecommitdiffstats
path: root/sched.c
diff options
context:
space:
mode:
Diffstat (limited to 'sched.c')
-rwxr-xr-xsched.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sched.c b/sched.c
index 6744a7f99..f8fdbca30 100755
--- a/sched.c
+++ b/sched.c
@@ -309,8 +309,8 @@ void ast_sched_dump(struct sched_context *con)
q->id,
q->callback,
q->data,
- s,
- ms);
+ (long)s,
+ (long)ms);
q=q->next;
}
ast_log(LOG_DEBUG, "=================================================\n");