diff options
author | haturatu <taro@eyes4you.org> | 2024-06-27 22:11:27 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2024-06-27 22:11:27 +0900 |
commit | 7bfe462e5412a7157a570cefabfd303a7664a7b9 (patch) | |
tree | 28cd9a31a1c35c8f46a9b7109dc7a5cf947ba8f8 /src/logo/linux.c | |
parent | b4307fffd9ef76efc612699a783e76368291f882 (diff) |
fixmaster
Diffstat (limited to 'src/logo/linux.c')
-rw-r--r-- | src/logo/linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logo/linux.c b/src/logo/linux.c index 0e2545f..e3a39c9 100644 --- a/src/logo/linux.c +++ b/src/logo/linux.c @@ -397,7 +397,7 @@ void getDistro(const char *distroname) { for (int i = 9; i < minsize; i++) { LOGO_SMALL[i] = GREEN " " RESET; } - } else if (strncmp((char *)distroname, "opensuse", strlen("opensuse")) == 0) { + } else if (strncmp((char *)distroname, "ubuntu", strlen("ubuntu")) == 0) { color = RED; titlecolor = RED; logosize = 20; |