X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fber_null.c;h=5e3cb940b75c91a95ce4e94d2aa33a34c1582f09;hb=1ecf21b0324959e62628807d5df217d7a761730b;hp=91dc5f4172c67a17db60d4998db0351b462041b5;hpb=43a9d38d20c1b1bcd1a03b2445a501d27526bd35;p=yaz-moved-to-github.git diff --git a/src/ber_null.c b/src/ber_null.c index 91dc5f4..5e3cb94 100644 --- a/src/ber_null.c +++ b/src/ber_null.c @@ -1,9 +1,9 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2011 Index Data + * Copyright (C) 1995-2013 Index Data * See the file LICENSE for details. */ -/** +/** * \file ber_null.c * \brief Implements ber_null * @@ -16,7 +16,7 @@ #include "odr-priv.h" -/** +/** * ber_null: BER-en/decoder for NULL type. */ int ber_null(ODR o) @@ -33,7 +33,7 @@ int ber_null(ODR o) odr_seterror(o, OPROTO, 39); return 0; } - if (*(o->bp++) != 0X00) + if (*(o->op->bp++) != 0X00) { odr_seterror(o, OPROTO, 12); return 0;