summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
author諏訪子 <suwako@076.moe>2024-06-19 22:13:47 +0900
committer諏訪子 <suwako@076.moe>2024-06-19 22:13:47 +0900
commitf73bcfa7f2f9329cf71f4b22fd9cd61b72c8b863 (patch)
tree6e8b783d0b44b147b670d59e3229ec5d5c3d63f5 /main.c
parentea757665d051d6330caf236e9cbb7b14312bc8c6 (diff)
ああああああああ!!
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index b6e7531..353ade4 100644
--- a/main.c
+++ b/main.c
@@ -75,7 +75,7 @@ int main(int argc, char *argv[]) {
for (size_t i = 0; i < ne; i++) {
LOGO[i] = LOGO_SMALL[i];
}
- ls = ne;
+ ls = ne >= MIN_SIZE ? MIN_SIZE : ne;
}
printf("%s ", LOGO[lc]);