aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/tests/check-OIDs.c
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-03-10 11:50:24 +0000
committerLev Walkin <vlm@lionet.info>2005-03-10 11:50:24 +0000
commit2c34aad7acc52d464a3d5218572ad10ab8fea03b (patch)
tree600710bd4e3ff14fef380581508b21b50a29e761 /skeletons/tests/check-OIDs.c
parentd307c3669b9d72cb8475031a781bab440fc9c4fd (diff)
strict character set
Diffstat (limited to 'skeletons/tests/check-OIDs.c')
-rw-r--r--skeletons/tests/check-OIDs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/skeletons/tests/check-OIDs.c b/skeletons/tests/check-OIDs.c
index a9066a9b..e696d802 100644
--- a/skeletons/tests/check-OIDs.c
+++ b/skeletons/tests/check-OIDs.c
@@ -226,7 +226,7 @@ check_speed() {
static void check_parse(const char *oid_txt, int retval) {
int ret;
long l[2];
- char *p;
+ const char *p;
ret = OBJECT_IDENTIFIER_parse_arcs(oid_txt, -1, l, 2, &p);
printf("[%s] => %d == %d\n", oid_txt, ret, retval);