Fixed %ld to %d to supress warnings during testing.
Signed-off-by: Polonkai Gergely <polesz@w00d5t0ck.info>
This commit is contained in:
parent
f06e2636af
commit
84ba83c8ba
@ -27,7 +27,7 @@ rl_sec_elapsed(gpointer user_data)
|
||||
elapsed_seconds = 0;
|
||||
elapsed_cycle++;
|
||||
}
|
||||
g_print("%ld RL sec elapsed.\n", elapsed_seconds);
|
||||
g_print("%d RL sec elapsed.\n", elapsed_seconds);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user