From 0a0916ccebae20e7ee6feafa417cfebd8256ef04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Tue, 18 Jun 2024 15:25:34 +0900 Subject: =?UTF-8?q?=E3=83=AD=E3=82=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/distro.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/distro.c') diff --git a/src/distro.c b/src/distro.c index 8830e7c..75bf0a4 100644 --- a/src/distro.c +++ b/src/distro.c @@ -49,6 +49,7 @@ void display_distro() { while (fgets(buf, sizeof(buf), p) != NULL) { buf[strcspn(buf, "\n")] = '\0'; printf("%s", buf); + distroname = buf; } pclose(p); -- cgit v1.2.3