]> git.k1024.org Git - pyxattr.git/commit
Fix a (harmless) integer mismatch
authorIustin Pop <iusty@k1024.org>
Mon, 14 May 2012 22:20:35 +0000 (00:20 +0200)
committerIustin Pop <iusty@k1024.org>
Mon, 14 May 2012 22:20:35 +0000 (00:20 +0200)
commitb9e4cd3c6f6c775f8e416342afb7916dcab498a1
treee353317a3c12ae98df170f6d69abde961465c641
parentc58e742b603eeaa4c3b07e04d72a65becb82c636
Fix a (harmless) integer mismatch

This is not critical, but let's not over-optimise and request a byte
when we store it anyway in an int…
xattr.c