aboutsummaryrefslogtreecommitdiff
path: root/libbb/appletlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r--libbb/appletlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c
index bf26c99e9..e8c308467 100644
--- a/libbb/appletlib.c
+++ b/libbb/appletlib.c
@@ -247,7 +247,7 @@ void lbb_prepare(const char *applet
247 IF_FEATURE_INDIVIDUAL(, char **argv)) 247 IF_FEATURE_INDIVIDUAL(, char **argv))
248{ 248{
249#ifdef bb_cached_errno_ptr 249#ifdef bb_cached_errno_ptr
250 ASSIGN_CONST_PTR(bb_errno, get_perrno()); 250 ASSIGN_CONST_PTR(&bb_errno, get_perrno());
251#endif 251#endif
252 applet_name = applet; 252 applet_name = applet;
253 253