fix(linux): Fix warning
Commit acab920d didn't really fix the warning. https://stackoverflow.com/a/2524675/1836776 suggests to use `%zu` which is what this change does now.
parent
812c7c33
Please register or sign in to comment
Commit acab920d didn't really fix the warning. https://stackoverflow.com/a/2524675/1836776 suggests to use `%zu` which is what this change does now.