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; }