1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2026-05-06 22:39:37 +00:00

cyntax fix

SCCS-file: scheck.c
SCCS-SID: 7.15
This commit is contained in:
Arthur David Olson
1987-02-10 19:48:14 -05:00
committed by Paul Eggert
parent c1d3f53075
commit e1cad1642b

View File

@@ -56,7 +56,7 @@ char * format;
}
*(tp - 1) = '%';
*tp++ = 'c';
*tp++ = '\0';
*tp = '\0';
if (sscanf(string, fbuf, &dummy) != 1)
result = format;
free(fbuf);