pkgtools

morpheus pkg tools
git clone git://git.2f30.org/pkgtools
Log | Files | Refs | README | LICENSE

commit f6565e7d74b2c2f8b64b1e37e20e94be216ee370
parent ee260e995174132a4e2e5d8adaff36a2cae10be8
Author: sin <sin@2f30.org>
Date:   Mon, 16 Jun 2014 09:25:11 +0100

Ensure message reflects action

Diffstat:
Mdb.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/db.c b/db.c @@ -208,7 +208,7 @@ dbadd(struct db *db, const char *file) } if (vflag == 1) - printf("updating %s\n", path); + printf("adding %s\n", path); fflush(fp); if (fsync(fileno(fp)) < 0) weprintf("fsync %s:", path);