From 0da2c8d1b8ef78053b0b34271bf89e0ee635b5ff Mon Sep 17 00:00:00 2001 From: fumiama Date: Wed, 2 Mar 2022 17:51:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=98=BE=E7=A4=BA=E9=95=BF?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmoe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmoe.c b/cmoe.c index 397be1d..54488eb 100644 --- a/cmoe.c +++ b/cmoe.c @@ -144,7 +144,7 @@ static void return_count(char* name, char* theme) { head = svg_small; } headers(get_content_len(isbig, len_type, cntstr), "image/svg+xml"); - printf(head, w*(10+cntstrbuf-cntstr)); + printf(head, w*(9+cntstrbuf-cntstr)); for(int i = 0; cntstr[i]; i++) { printf(img_slot_front, w * i, w, h); int n = cntstr[i] - '0';