aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-09-24 01:47:46 +0200
committerMattias Andrée <maandree@kth.se>2017-09-24 01:47:46 +0200
commit20686557e974b5f6b697ad25ec5e8f510bec3063 (patch)
tree3b3c409a25429339611146d38a2ebd91a001e2a6 /src/stream.c
parentAdd -% to blind-to-text, blind-colour-srgb, and blind-colour-ciexyz (diff)
downloadblind-20686557e974b5f6b697ad25ec5e8f510bec3063.tar.gz
blind-20686557e974b5f6b697ad25ec5e8f510bec3063.tar.bz2
blind-20686557e974b5f6b697ad25ec5e8f510bec3063.tar.xz
nselect_print_format: include Ls
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/stream.c')
-rw-r--r--src/stream.c2
1 files changed, 1 insertions, 1 deletions
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') {