Commit f58e553
Robin Kruppe
printf type correctness
The %.*s format specifier requires an int for the maximum size, but StringRef::size is a size_t
cc @shepmaster1 parent 85dc08e commit f58e553
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
536 | | - | |
537 | | - | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
538 | 541 | | |
539 | 542 | | |
540 | 543 | | |
| |||
0 commit comments