summaryrefslogtreecommitdiff
path: root/lib/regex.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-03-20 15:09:56 +0000
committerJim Meyering <jim@meyering.net>1995-03-20 15:09:56 +0000
commitf371bb0b805e873638bedee5c38f24aab1f13353 (patch)
tree4a6d068ccd2e145fb332741cb66558a103190aff /lib/regex.c
parent4b72e436e67ea4f769600ecc48f793493907e20a (diff)
downloadcoreutils-f371bb0b805e873638bedee5c38f24aab1f13353.tar.xz
sync from FSF
Diffstat (limited to 'lib/regex.c')
-rw-r--r--lib/regex.c2
1 files changed, 1 insertions, 1 deletions
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)
{