X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fber_oid.c;h=fa983bd7a5aa4fe99d4c9eb63b9134109db40117;hp=6a738e11901cfc1b58a47da45d9a50aa15fa7a2a;hb=78723254cce0fc4e86db7e8d2bc503527d7c08f9;hpb=06395306e21cd9e9235e14483a88ba70c3325030 diff --git a/src/ber_oid.c b/src/ber_oid.c index 6a738e1..fa983bd 100644 --- a/src/ber_oid.c +++ b/src/ber_oid.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2004, Index Data * See the file LICENSE for details. * - * $Id: ber_oid.c,v 1.2 2004-02-11 23:49:28 adam Exp $ + * $Id: ber_oid.c,v 1.3 2004-02-16 17:57:05 adam Exp $ */ #if HAVE_CONFIG_H #include @@ -70,7 +70,7 @@ int ber_oidc(ODR o, Odr_oid *p) lenp = odr_tell(o); if (odr_putc(o, 0) < 0) /* dummy */ return 0; - if (p[0] < 0 || p[1] <= 0) + if (p[0] < 0 || p[1] < 0) { odr_seterror(o, ODATA, 23); return 0;