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)
Mismatch between `size_t' variable and `int' expected argument.
Obviously `size_t' is more sensible here...


No differences found