[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] sharutils-4.15.2/src/uuencode.c
From: |
Stefan Kanthak |
Subject: |
[PATCH] sharutils-4.15.2/src/uuencode.c |
Date: |
Sat, 18 Jun 2022 14:01:47 +0200 |
Remove the almost duplicate code to process the last 1 or 2 input characters;
Access each input character only once, not twice;
Don't decrement 'in_len' AND increment 'in' inside the loop, one
loop counter is enough.
uuencode.patch
Description: Binary data
- [PATCH] sharutils-4.15.2/src/uuencode.c,
Stefan Kanthak <=