From f371bb0b805e873638bedee5c38f24aab1f13353 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 20 Mar 1995 15:09:56 +0000 Subject: sync from FSF --- lib/regex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/regex.c') diff --git a/lib/regex.c b/lib/regex.c index 04e92a8bd..e02f0fefb 100644 --- a/lib/regex.c +++ b/lib/regex.c @@ -781,7 +781,7 @@ print_compiled_pattern (bufp) unsigned char *buffer = bufp->buffer; print_partial_compiled_pattern (buffer, buffer + bufp->used); - printf ("%ld bytes used/%ld bytes allocated.\n", bufp->used, bufp->allocated); + printf ("%d bytes used/%d bytes allocated.\n", bufp->used, bufp->allocated); if (bufp->fastmap_accurate && bufp->fastmap) { -- cgit v1.2.3