summaryrefslogtreecommitdiff
path: root/net/beanstalkd/files/patch-net.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net/beanstalkd: fix build on 32-bits by specifying correct format specifierPiotr Kubaj2022-09-221-0/+11
net.c:162:21: error: format specifies type 'long' but the argument has type 'unsigned int' [-Werror,-Wformat] path, strlen(path), maxlen); ^~~~~~~~~~~~ net.c:162:35: error: format specifies type 'long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat] path, strlen(path), maxlen); ^~~~~~