From a8733cfb2465c8967a6d65ac565fbf2186d97ae4 Mon Sep 17 00:00:00 2001 From: ak643du Date: Thu, 25 Apr 2024 20:55:28 +0200 Subject: [PATCH] Initialization --- cv10/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cv10/program.c b/cv10/program.c index bfe81fb..de71e14 100644 --- a/cv10/program.c +++ b/cv10/program.c @@ -37,8 +37,8 @@ int main() { } } if (!found) { - i++; applications[i] = strdup(buffer); + i++; } }