From b136002d40ce739453b1b2e96ea6c0455da5e8b5 Mon Sep 17 00:00:00 2001 From: kappa Date: Fri, 23 Aug 2019 19:11:14 +0200 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D1=99?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BF=D1=80=D0=B8=D0=BD=D1=82=20=D1=84?= =?UTF-8?q?=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D1=98=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- print.c | 1 + 1 file changed, 1 insertion(+) diff --git a/print.c b/print.c index b6298d6..3e75a61 100644 --- a/print.c +++ b/print.c @@ -92,6 +92,7 @@ void printValue(object input) break; case L'\0': printf("нул"); + break; default: printf("%lc", CHR(input)); }