Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pynslcd/shadow.py
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2015-03-11 22:00:59 +0100
committerArthur de Jong <arthur@arthurdejong.org>2015-03-14 11:15:43 +0100
commitfa6affc66e7829b56d728bb229e6c8fa628bde18 (patch)
treeaf0cd83cbaccfd1e73953637204140ecd6d994bd /pynslcd/shadow.py
parent246aba5ef80d8385053be9205fe8984172a9fc08 (diff)
Fix formatting of size_t values
In several places the code used a %d format to print a size_t variable. On amd64 at least size_t is an unsigned long, so use %lu instead. An alternative would be to use %ud for size_t and %zd fo ssize_t but not all platforms seem to support that formatter.
Diffstat (limited to 'pynslcd/shadow.py')
0 files changed, 0 insertions, 0 deletions