diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-09-24 01:47:46 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-09-24 01:47:46 +0200 |
| commit | 20686557e974b5f6b697ad25ec5e8f510bec3063 (patch) | |
| tree | 3b3c409a25429339611146d38a2ebd91a001e2a6 /src | |
| parent | Add -% to blind-to-text, blind-colour-srgb, and blind-colour-ciexyz (diff) | |
| download | blind-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')
| -rw-r--r-- | src/stream.c | 2 |
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') { |
