diff options
author | Dan McGee <dan@archlinux.org> | 2011-06-09 20:41:08 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-09 21:16:55 +0200 |
commit | e826c143d3e9d21485f72c5490b2a907c936024e (patch) | |
tree | ca08e8327d7431d8ce97e6a3420def97a4f57620 /lib/libalpm/Makefile.am | |
parent | 9d6568da0f55fb05ea5c28e06efb51046fd270bf (diff) | |
download | pacman-e826c143d3e9d21485f72c5490b2a907c936024e.tar.gz pacman-e826c143d3e9d21485f72c5490b2a907c936024e.tar.xz |
Kill all remaining 'PATH_MAX + 1' usages
The few remaining instances were utilized for buffers in calls to
snprintf() and realpath(). Both of these functions will always ensure
the returned value is padded with '\0', so there is no need for the
extra byte.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/Makefile.am')
0 files changed, 0 insertions, 0 deletions