URI: 
       nselect_print_format: include Ls - blind - suckless command-line video editing utility
  HTML git clone git://git.suckless.org/blind
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 20686557e974b5f6b697ad25ec5e8f510bec3063
   DIR parent bcac04b4316d64063e743e7a49195173a0c175a0
  HTML 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:
         M src/stream.c                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR 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') {