chiark / gitweb /
prlimit.c: Fix format-string type mismatch.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 19 Jan 2014 01:33:27 +0000 (01:33 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 19 Jan 2014 01:37:46 +0000 (01:37 +0000)
commit5516b89dcb39b6548db6dea956cf1553a079b599
treec7bd3a1c700fc943b2a6287169c83d6a7a076943
parent348091de8e9f783d439dc9d8a1b37ed20a690dc4
prlimit.c: Fix format-string type mismatch.

Mismatch between `size_t' variable and `int' expected argument.
Obviously `size_t' is more sensible here...
prlimit.c