util.c, rmrf(): only create string when needed
commit1b50223f8240456b8c989b5c1e016f4a245b527c
authorOlivier Brunel <i.am.jack.mail@gmail.com>
Mon, 9 Jan 2012 20:37:31 +0000 (9 21:37 +0100)
committerDan McGee <dan@archlinux.org>
Thu, 19 Jan 2012 04:08:03 +0000 (18 22:08 -0600)
treeef49927c1925788e59a599ecdc072c9c231ed8fd
parentc77cec2ffc850fa28c5720b8902acc5421069ae4
util.c, rmrf(): only create string when needed

The entry's name is only used when not "." or ".." so only print the
string then.

Signed-off-by: Olivier Brunel <i.am.jack.mail@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
lib/libalpm/util.c
src/pacman/util.c