X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=zutil%2Fsortspec.c;h=3ffee80131a14a261078cbfed5795b47d474936a;hp=3be267407c1c32ce3a42a9c4ac1f94c83bbffd48;hb=fd4adcc80d442f84c6a1894e890b1b6ccd02615e;hpb=78942f568d83ea621661bfcd2d3f25eee3d316a1 diff --git a/zutil/sortspec.c b/zutil/sortspec.c index 3be2674..3ffee80 100644 --- a/zutil/sortspec.c +++ b/zutil/sortspec.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2001, Index Data. * See the file LICENSE for details. * - * $Id: sortspec.c,v 1.3 2001-09-24 21:51:56 adam Exp $ + * $Id: sortspec.c,v 1.4 2001-11-13 23:00:43 adam Exp $ */ #include @@ -80,12 +80,8 @@ Z_SortKeySpecList *yaz_sort_spec (ODR out, const char *arg) sks->sortRelation = odr_intdup (out, Z_SortRelation_ascending); sks->caseSensitivity = odr_intdup (out, Z_SortCase_caseSensitive); -#ifdef ASN_COMPILED sks->which = Z_SortKeySpec_null; sks->u.null = odr_nullval (); -#else - sks->missingValueAction = NULL; -#endif for (i = 0; sort_flags[i]; i++) {