From: Mark Wooding Date: Sun, 19 Jan 2014 01:33:27 +0000 (+0000) Subject: prlimit.c: Fix format-string type mismatch. X-Git-Tag: 1.3.0~3 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/misc/commitdiff_plain/5516b89dcb39b6548db6dea956cf1553a079b599?hp=5516b89dcb39b6548db6dea956cf1553a079b599 prlimit.c: Fix format-string type mismatch. Mismatch between `size_t' variable and `int' expected argument. Obviously `size_t' is more sensible here... ---