Staging: Avoid a warning on x86_64.

This commit is contained in:
Sebastian Lackner 2015-02-08 15:18:58 +01:00
parent 340a8a9e73
commit b70612a236

View File

@ -140,7 +140,7 @@ index ce21173..4794e51 100644
+ next++;
+ }
+
+ printf( "%s (%d):\n", cur->author, next - cur );
+ printf( "%s (%d):\n", cur->author, (int)(next - cur) );
+ while (cur < next)
+ {
+ printf( " %s", cur->subject );