diff options
Diffstat (limited to 'libbb/xgetcwd.c')
-rw-r--r-- | libbb/xgetcwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/xgetcwd.c b/libbb/xgetcwd.c index 7f9088bda..f4e768982 100644 --- a/libbb/xgetcwd.c +++ b/libbb/xgetcwd.c | |||
@@ -33,7 +33,7 @@ xrealloc_getcwd_or_warn(char *cwd) | |||
33 | if (errno == ERANGE) | 33 | if (errno == ERANGE) |
34 | continue; | 34 | continue; |
35 | free(cwd); | 35 | free(cwd); |
36 | bb_perror_msg("getcwd"); | 36 | bb_simple_perror_msg("getcwd"); |
37 | return NULL; | 37 | return NULL; |
38 | } | 38 | } |
39 | cwd = xrealloc(cwd, strlen(cwd) + 1); | 39 | cwd = xrealloc(cwd, strlen(cwd) + 1); |