mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
Staging: Avoid a warning on x86_64.
This commit is contained in:
parent
340a8a9e73
commit
b70612a236
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user