X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsrwutil.c;h=38ee0d06ff0291c6f386fabb114fd9f91d011ec5;hb=3ae80066499b6ec541c8f474654668f65f0f1c3c;hp=c0e496ba13a384f887bae83e4939e634491b4e93;hpb=c2981f9eaa8aaf7d04e40f74a99415942bca7101;p=yaz-moved-to-github.git diff --git a/src/srwutil.c b/src/srwutil.c index c0e496b..38ee0d0 100644 --- a/src/srwutil.c +++ b/src/srwutil.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2012 Index Data + * Copyright (C) 1995-2013 Index Data * See the file LICENSE for details. */ /** @@ -672,8 +672,9 @@ int yaz_sru_decode(Z_HTTP_Request *hreq, Z_SRW_PDU **srw_pdu, YAZ_SRW_UNSUPP_OPERATION, operation); return 0; } -#endif +#else return 1; +#endif } return 2; }