summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/package.h
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-07-08 00:12:42 +0200
committerDan McGee <dan@archlinux.org>2010-08-24 04:48:28 +0200
commitd896527d21107afe69328ac465a3d2f0e318ddca (patch)
tree9cf121bd6883d5d89c9ca942d0b0c387656d2208 /lib/libalpm/package.h
parentce3f4e7800f215e8a2b6e22bbd5f5ec9e0de90c2 (diff)
downloadpacman-d896527d21107afe69328ac465a3d2f0e318ddca.tar.gz
pacman-d896527d21107afe69328ac465a3d2f0e318ddca.tar.xz
fgets invocation cleanup
From the fgets manpage: fgets() reads in at most one less than size characters from stream and stores them into the buffer pointed to by s. Reading stops after an EOF or a newline. If a newline is read, it is stored into the buffer. A '\0' is stored after the last character in the buffer. This means there is no need at all to do 'size - 1' math. Remove all of that and just use sizeof() for simplicity on the buffer we plan on reading into. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/package.h')
0 files changed, 0 insertions, 0 deletions