commit | 049775b2ef39a20dc08a6bf89e2831e8422f7363 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Fri Oct 08 15:50:36 2021 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Fri Oct 08 15:54:40 2021 +0200 |
tree | 48e5447ceddbbe62a79bec4814deccdaa1945f93 | |
parent | 84874785c2e226002bb05a42c704ed2d18b99508 [diff] |
libbb.h: fix logic selecting incorrect BB_STRTOOFF for !LFS configs BB_STRTOOFF() was equal to bb_strtou(). On x86_64, it's incorrect. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>