commit 549669e657aa7a1d43ab35709e259ba9d879e576
Author: Hiltjo Posthuma <[email protected]>
Date:   Sun Dec 21 22:56:52 2014 +0100

    du: fix eprintf parameter

diff --git a/du.c b/du.c
index 46151ad..b477da9 100644
--- a/du.c
+++ b/du.c
@@ -37,7 +37,7 @@ xrealpath(const char *pathname, char *resolved)
 
        r = realpath(pathname, resolved);
        if (!r)
-               eprintf("realpath: %s:");
+               eprintf("realpath: %s:", pathname);
        return r;
 }
 

Reply via email to