From 20686557e974b5f6b697ad25ec5e8f510bec3063 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 24 Sep 2017 01:47:46 +0200 Subject: nselect_print_format: include Ls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stream.c b/src/stream.c index a0241b1..52a32dd 100644 --- a/src/stream.c +++ b/src/stream.c @@ -472,7 +472,7 @@ check_done: } if (inttyped) - while (*fmt == 'l') + while (*fmt == 'l' || *fmt == 'L') *p++ = *fmt++; switch (orig ? *f : '\0') { -- cgit v1.2.3-70-g09d2