aboutsummaryrefslogtreecommitdiff
path: root/src/beat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/beat.c')
-rw-r--r--src/beat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/beat.c b/src/beat.c
index 0dec647..a2f565e 100644
--- a/src/beat.c
+++ b/src/beat.c
@@ -131,7 +131,7 @@ static int beat_evaluate(t_beat *x)
for(i = 1; i < 6; i++)
{
sortp = &(theories[BEAT_LONG - i]);
- sprintf(info, " %4d[%3d]", sortp->theory, sortp->points);
+ sprintf(info, " %4d[%3d]", (int) sortp->theory, (int) sortp->points);
strcat(string, info);
}
sprintf(info, " %g %g", clock_getlogicaltime(), x->x_beatexpect);