diff options
| author | Jim Meyering <jim@meyering.net> | 1995-03-20 15:09:56 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 1995-03-20 15:09:56 +0000 |
| commit | f371bb0b805e873638bedee5c38f24aab1f13353 (patch) | |
| tree | 4a6d068ccd2e145fb332741cb66558a103190aff /lib/regex.c | |
| parent | . (diff) | |
| download | coreutils-f371bb0b805e873638bedee5c38f24aab1f13353.tar.gz coreutils-f371bb0b805e873638bedee5c38f24aab1f13353.zip | |
sync from FSF
Diffstat (limited to 'lib/regex.c')
| -rw-r--r-- | lib/regex.c | 2 |
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) { |
