aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/lsattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'e2fsprogs/lsattr.c')
-rw-r--r--e2fsprogs/lsattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/lsattr.c b/e2fsprogs/lsattr.c
index d3896637d..62b9535c2 100644
--- a/e2fsprogs/lsattr.c
+++ b/e2fsprogs/lsattr.c
@@ -108,7 +108,7 @@ static int lsattr_dir_proc(const char *dir_name, struct dirent *de,
108 else 108 else
109 i = asprintf(&path, "%s/%s", dir_name, de->d_name); 109 i = asprintf(&path, "%s/%s", dir_name, de->d_name);
110 if (i == -1) 110 if (i == -1)
111 bb_perror_msg_and_die("asprintf failed"); 111 bb_error_msg_and_die(bb_msg_memory_exhausted);
112 112
113 if (LSTAT(path, &st) == -1) 113 if (LSTAT(path, &st) == -1)
114 bb_perror_msg(path); 114 bb_perror_msg(path);