Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 49264407 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 7139b0c7: Merge "toolbox-ls: re-introduce clobbered error message"

* commit '7139b0c7':
  toolbox-ls: re-introduce clobbered error message
parents a345b253 7139b0c7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
    }