X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=functions%2F_PDCLIB%2Fdigits.c;h=6f360646f65514c66a2c8859724edf3f3b676c47;hp=3963f8b28b52729254ba4648058262075f65b728;hb=7bcac73ac7bf61de3dd1bbeaf6071894c7805e7f;hpb=b7229a00e53bc4982c1f654d8311bb0c8cb27a72 diff --git a/functions/_PDCLIB/digits.c b/functions/_PDCLIB/digits.c index 3963f8b..6f36064 100644 --- a/functions/_PDCLIB/digits.c +++ b/functions/_PDCLIB/digits.c @@ -6,7 +6,7 @@ Permission is granted to use, modify, and / or redistribute at will. */ -char _PDCLIB_digits[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; +char _PDCLIB_digits[] = "0123456789abcdefghijklmnopqrstuvwxyz"; #ifdef TEST