X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fodr_bit.c;h=6600e43163bb44c80206bc2f48f526f759a9070c;hp=b7dcd764ea8945c677a5060f9e77d326d732c48f;hb=7fc72f3ae149e416a297ef1f55c09271056e98f1;hpb=bf0ac0c751ab677318e0a92a8e40145e0e4623b9 diff --git a/src/odr_bit.c b/src/odr_bit.c index b7dcd76..6600e43 100644 --- a/src/odr_bit.c +++ b/src/odr_bit.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ @@ -60,7 +60,7 @@ int odr_bitstring(ODR o, Odr_bitmask **p, int opt, const char *name) (*p)->top = -1; } #if 0 - /* ignoring the cons helps with at least one target. + /* ignoring the cons helps with at least one target. * http://bugzilla.indexdata.dk/cgi-bin/bugzilla/show_bug.cgi?id=24 */ return ber_bitstring(o, *p, 0);