am 05bfe7fb
: am ceb1c5cd
: am 49264407
: am 7139b0c7
: Merge "toolbox-ls: re-introduce clobbered error message"
* commit '05bfe7fb95540bae6a42a745fe3bcc1d39a67a7c': toolbox-ls: re-introduce clobbered error message
This commit is contained in:
commit
d09eee892f
1 changed files with 1 additions and 0 deletions
|
@ -316,6 +316,7 @@ static int listfile(const char *dirname, const char *filename, int flags)
|
|||
}
|
||||
|
||||
if(lstat(pathname, &s) < 0) {
|
||||
fprintf(stderr, "lstat '%s' failed: %s\n", pathname, strerror(errno));
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue