diff options
author | Ron Yorston <rmy@pobox.com> | 2024-06-23 09:35:35 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2024-06-23 09:44:03 +0100 |
commit | b07c177b446498ccd739b367f9e80337c3dfa55a (patch) | |
tree | 8230bce5f937e46ae1a6f18677904d2eccc4ae9e /editors | |
parent | 1b094d366f808a2ebc4824004f0d6f75f13c09cb (diff) | |
parent | a6ce017a8a2db09c6f23aa6abf7ce21fd00c2fdf (diff) | |
download | busybox-w32-b07c177b446498ccd739b367f9e80337c3dfa55a.tar.gz busybox-w32-b07c177b446498ccd739b367f9e80337c3dfa55a.tar.bz2 busybox-w32-b07c177b446498ccd739b367f9e80337c3dfa55a.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'editors')
-rw-r--r-- | editors/awk.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/awk.c b/editors/awk.c index 8d88fce76..cb4b2958f 100644 --- a/editors/awk.c +++ b/editors/awk.c | |||
@@ -3029,11 +3029,7 @@ static var *evaluate(node *op, var *res) | |||
3029 | if (old_Fields_ptr) { | 3029 | if (old_Fields_ptr) { |
3030 | //if (old_Fields_ptr != Fields) | 3030 | //if (old_Fields_ptr != Fields) |
3031 | // debug_printf_eval("L.v moved\n"); | 3031 | // debug_printf_eval("L.v moved\n"); |
3032 | #if !ENABLE_PLATFORM_MINGW32 | ||
3033 | L.v += Fields - old_Fields_ptr; | ||
3034 | #else | ||
3035 | L.v = Fields + (L.v - old_Fields_ptr); | 3032 | L.v = Fields + (L.v - old_Fields_ptr); |
3036 | #endif | ||
3037 | } | 3033 | } |
3038 | if (opinfo & OF_STR2) { | 3034 | if (opinfo & OF_STR2) { |
3039 | R.s = getvar_s(R.v); | 3035 | R.s = getvar_s(R.v); |