X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mood.c;h=acc5583ffffc00bbaa743d07e30a7b1d458cb451;hp=940d72a17f9cbeb1d8dec42ea26cd9a821f9cbb3;hb=fc8dfbb416ff07cca08fbf4e13efcaa25e17cc54;hpb=c4a33d828f6e7111b9fa4386b9916a8f4a7fb820 diff --git a/mood.c b/mood.c index 940d72a1..acc5583f 100644 --- a/mood.c +++ b/mood.c @@ -8,6 +8,7 @@ #include #include +#include #include "para.h" #include "error.h" @@ -747,7 +748,7 @@ static int mood_update_audio_file(const struct osl_row *aft_row, percent = 100; else if (percent < 0) percent = 0; - PARA_DEBUG_LOG("moving from rank %u to %lu%%\n", rank, percent); + PARA_DEBUG_LOG("moving from rank %u to %li%%\n", rank, percent); return score_update(aft_row, percent); }