From 433a22e6e743c019818c9457f8842a1203fa5259 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 6 Apr 2021 08:22:51 -0400 Subject: [PATCH] Finish rename of variable --- confluent_vtbufferd/vtbufferd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_vtbufferd/vtbufferd.c b/confluent_vtbufferd/vtbufferd.c index 7aeb2abe..1f700c01 100644 --- a/confluent_vtbufferd/vtbufferd.c +++ b/confluent_vtbufferd/vtbufferd.c @@ -200,7 +200,7 @@ int main(int argc, char* argv[]) { if (outvt != NULL) dump_vt(outvt); length = write(1, "\x00", 1); - if (idx < 0) + if (length < 0) continue; } }