Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
network:utilities
ipvsadm
ipvsadm-print_largenum.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ipvsadm-print_largenum.patch of Package ipvsadm
--- ipvsadm/ipvsadm.c +++ ipvsadm/ipvsadm.c 2022/09/06 11:18:40 @@ -1823,7 +1823,7 @@ static void print_largenum(unsigned long int len; len = snprintf(mytmp, 32, "%llu", i); - printf("%*llu", len <= 8 ? 9 : len + 1, i); + printf("%*llu", (int)(len <= 8 ? 9 : len + 1), i); return; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor