From: Mike Taylor Date: Fri, 10 Mar 2006 10:43:32 +0000 (+0000) Subject: Fix URL of SRU diagnostics list. X-Git-Tag: YAZ.2.1.14~9 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=f1173ed21af445eeecf2acf2df3cbef7dfd61cf0 Fix URL of SRU diagnostics list. (Yes, Ray has moved it. Thanks, Ray.) --- diff --git a/src/cqlstrer.c b/src/cqlstrer.c index 41abd44..c783134 100644 --- a/src/cqlstrer.c +++ b/src/cqlstrer.c @@ -1,4 +1,4 @@ -/* $Id: cqlstrer.c,v 1.5 2005-06-25 15:46:03 adam Exp $ +/* $Id: cqlstrer.c,v 1.6 2006-03-10 10:43:32 mike Exp $ Copyright (C) 1995-2005, Index Data ApS Index Data Aps @@ -17,7 +17,7 @@ See the file LICENSE details. /* * The error-messages associated with these codes are taken from * the SRW diagnostic specifications at - * http://www.loc.gov/srw/diagnostic-list.html + * http://www.loc.gov/standards/sru/diagnostics-list.html */ const char *cql_strerror(int code) { static char buf[80];