blind

suckless command-line video editing utility
git clone git://git.suckless.org/blind
Log | Files | Refs | README | LICENSE

commit 20686557e974b5f6b697ad25ec5e8f510bec3063
parent bcac04b4316d64063e743e7a49195173a0c175a0
Author: Mattias Andrée <maandree@kth.se>
Date:   Sun, 24 Sep 2017 01:47:46 +0200

nselect_print_format: include Ls

Signed-off-by: Mattias Andrée <maandree@kth.se>

Diffstat:
Msrc/stream.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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') {