1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2026-05-07 03:16:36 +00:00

eggert mods

SCCS-file: scheck.c
SCCS-SID: 8.13
This commit is contained in:
Arthur David Olson
1995-10-30 10:20:05 -05:00
committed by Paul Eggert
parent 0272c47795
commit 1ae81b7895

View File

@@ -42,7 +42,7 @@ char * const format;
*tp++ = '*';
if (*fp == '*')
++fp;
while (isascii(*fp) && isdigit(*fp))
while (is_digit(*fp))
*tp++ = *fp++;
if (*fp == 'l' || *fp == 'h')
*tp++ = *fp++;