[hackers] [sbase] du: fix eprintf parameter || Hiltjo Posthuma
commit 549669e657aa7a1d43ab35709e259ba9d879e576
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
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
_AT_@ -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;
}
Received on Mon Dec 22 2014 - 11:34:35 CET
This archive was generated by hypermail 2.3.0
: Mon Dec 22 2014 - 11:36:16 CET