ytoics-c/command.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- yics-0.1.2.orig/ytoics-c/command.c
+++ yics-0.1.2/ytoics-c/command.c
@@ -1457,7 +1457,7 @@
ginc++;
} else {
printf("%3d. %-8s(%s)%*s", ginc, current->move.alg,
- timeTaken, ms - strlen(timeTaken), "");
+ timeTaken, ms - (int) strlen(timeTaken), "");
gtime = 1;
}
current = current->next;