X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fodr_bit.c;h=6600e43163bb44c80206bc2f48f526f759a9070c;hp=d046bf8c4813a3321367954956a4c7294b03367a;hb=3c51b85ff62261acc19c6995a041569ec4ef6d63;hpb=88d3bedf772316f87e1996f655ccf8d1e2589755 diff --git a/src/odr_bit.c b/src/odr_bit.c index d046bf8..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-2010 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);