(wrong string) ée

From: <git_AT_suckless.org>
Date: Sun, 24 Sep 2017 01:47:52 +0200 (CEST)

commit 20686557e974b5f6b697ad25ec5e8f510bec3063
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Sun Sep 24 01:47:46 2017 +0200
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Sun Sep 24 01:47:46 2017 +0200

    nselect_print_format: include Ls
    
    Signed-off-by: Mattias Andrée <maandree_AT_kth.se>

diff --git a/src/stream.c b/src/stream.c
index a0241b1..52a32dd 100644
--- a/src/stream.c
+++ b/src/stream.c
_AT_@ -472,7 +472,7 @@ check_done:
         }
 
         if (inttyped)
- while (*fmt == 'l')
+ while (*fmt == 'l' || *fmt == 'L')
                         *p++ = *fmt++;
 
         switch (orig ? *f : '\0') {
Received on Sun Sep 24 2017 - 01:47:52 CEST

This archive was generated by hypermail 2.3.0 : Sun Sep 24 2017 - 01:48:25 CEST