summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/regex/debug.c
diff options
context:
space:
mode:
authormillert <>1996-12-21 22:23:43 +0000
committermillert <>1996-12-21 22:23:43 +0000
commit03d7d5f0c4f026dfd9de6d005038c306183effbe (patch)
tree543d36ab2fffd4e2f8781fb534da4036513805b6 /src/regress/lib/libc/regex/debug.c
parentacafe265c0ab29fe27cd3f97d076bb175724009a (diff)
downloadopenbsd-03d7d5f0c4f026dfd9de6d005038c306183effbe.tar.gz
openbsd-03d7d5f0c4f026dfd9de6d005038c306183effbe.tar.bz2
openbsd-03d7d5f0c4f026dfd9de6d005038c306183effbe.zip
-Wall madness.
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)