nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 3df0f4ee4d36b546459d39435299d64135320eba
parent c179147792c96a289edd536c76a7ff88d1ef6c2a
Author: Ellenor Bjornsdottir <Ellenor@Umbrellix.NET>
Date:   Wed, 17 Dec 2025 08:27:23 +0000

huh.

Diffstat:
Msrc/scan_ulong.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/scan_ulong.c b/src/scan_ulong.c @@ -10,7 +10,8 @@ unsigned int scan_ulong(char *s, unsigned long *u) *u = result; return pos; } -/* no quick LUTtery; specific functions could use a static LUT but that's out scope here */ +/* no quick LUTtery; specific functions could use a static LUT but that's out scope here + * this can also only work up to... base 127? 255? mi ne scias */ static inline long first(char x, char *iny, unsigned long ylen) { int i;