summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2017-09-01 17:30:13 +0000
committerDmitry V. Levin <ldv@altlinux.org>2017-09-01 17:30:13 +0000
commit874b1943f0cbc38173f320055fcce340790fdec5 (patch)
treea0d6422abc43e56a4ebc439ffcbd55f346cd0cb2
parent90695173828c729a80b332b584bd288a1acb30bf (diff)
downloadstrace-874b1943f0cbc38173f320055fcce340790fdec5.tar.gz
mpers.awk: fix regression introduced by the previous cleanup
* mpers.awk (what_is): Remove returned_size from local variables. Fixes: v4.18-308-gfd3447b5 ("mpers.awk: declare local variables consistently")
-rw-r--r--mpers.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpers.awk b/mpers.awk
index 705ee642e..6545052d5 100644
--- a/mpers.awk
+++ b/mpers.awk
@@ -83,7 +83,7 @@ function update_upper_bound(idx, val, \
}
function what_is(what_idx, \
item, loc_diff, location, prev_location, prev_returned_size, \
- returned_size, special, to_return, type_idx)
+ special, to_return, type_idx)
{
enter(what_idx)
special = array_get(what_idx, "special")