Commit 0b266ea
Remove superfluous conversion of ippGetLength()'s return value to 'long long'
Both ippGetLength() (CUPS 3) and its predecessor ippLength() (CUPS 2) have always returned size_t, so use the format specifier for that.
Because 'long long' is a signed type that need not have greater width than size_t, this conversion may not do the right thing.1 parent 09a2072 commit 0b266ea
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4515 | 4515 | | |
4516 | 4516 | | |
4517 | 4517 | | |
4518 | | - | |
| 4518 | + | |
4519 | 4519 | | |
4520 | 4520 | | |
4521 | 4521 | | |
| |||
0 commit comments