summary refs log tree commit diff
path: root/lisc
diff options
context:
space:
mode:
Diffstat (limited to 'lisc')
-rw-r--r--lisc/live.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/live.c b/lisc/live.c
index ea6414d..ddb1e31 100644
--- a/lisc/live.c
+++ b/lisc/live.c
@@ -92,7 +92,7 @@ Again:
 					bset(ma->index, b, &nlv);
 					break;
 				default:
-					bset(i->arg[0], b, &nlv);
+					bset(i->arg[m], b, &nlv);
 					break;
 				}
 			if (nlv > b->nlive)