You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src: change FormatSize to actually accept a size_t
This function is only called with size_t values and it does not deal
with unsigned values nicely, so its argument type should be size_t.
PR-URL: #43464
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Darshan Sen <[email protected]>
0 commit comments