From ea400e1ff0717cbf0e6783a64efa20528f953fa3 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 4 Jan 2016 22:10:57 +0000 Subject: [PATCH] =?UTF-8?q?Typo=20fix:=20"nall"=E2=86=92"null".?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nbase/snprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbase/snprintf.c b/nbase/snprintf.c index f1c10a316..541b960b4 100644 --- a/nbase/snprintf.c +++ b/nbase/snprintf.c @@ -243,7 +243,7 @@ append_string (struct state *state, int flags) { if(!arg) - arg = (unsigned char *) "(nall)"; + arg = (unsigned char *) "(null)"; if(prec != -1) width -= prec; else