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