summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/regex/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/regex/debug.c')
-rw-r--r--src/regress/lib/libc/regex/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regress/lib/libc/regex/debug.c b/src/regress/lib/libc/regex/debug.c
index 861f550611..41cd4a557d 100644
--- a/src/regress/lib/libc/regex/debug.c
+++ b/src/regress/lib/libc/regex/debug.c
@@ -218,7 +218,7 @@ FILE *d;
218 fprintf(d, ">"); 218 fprintf(d, ">");
219 break; 219 break;
220 default: 220 default:
221 fprintf(d, "!%d(%d)!", OP(*s), opnd); 221 fprintf(d, "!%ld(%ld)!", (long)OP(*s), (long)opnd);
222 break; 222 break;
223 } 223 }
224 if (!done) 224 if (!done)