Ignore:
Timestamp:
2002-04-10T11:43:56+12:00 (22 years ago)
Author:
jrm21
Message:

Removed cvs log from file.
Field 92 is not obsolete - changed to say "Local call number" instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/yaz/client/yaz_zclient.c

    r2650 r3082  
    33 * See the file LICENSE for details.
    44 * Sebastian Hammer, Adam Dickmeiss
    5  *
    6  * $Log$
    7  * Revision 1.4  2001/07/12 03:33:16  jrm21
    8  * added an error check - now returns an error string for some errors instead of
    9  * continuing (and later causing problems).
    10  *
    11  * Revision 1.3  2001/06/13 04:22:26  jrm21
    12  * don't add <a href> tags for USMARC field 856 (online access), as it is not
    13  * guaranteed to be a URL - just some text describing online access...
    14  *
    15  * Revision 1.2  2000/10/26 06:37:46  jrm21
    16  * Now makes hyperlinks for MARC field 856 (Electronic Access/Location),
    17  * so you too can point and click...
    18  *
    19  * Revision 1.1  2000/08/03 03:10:01  johnmcp
    20  * Added the YAZ toolkit source to the packages directory (for z39.50 stuff)
    21  *
    22  * Revision 1.1.2.1  2000/05/24 23:24:29  johnmcp
    23  * added some of the YAZ toolkit code for z39.50 client.
    24  *
    25  * Revision 1.95  2000/02/28 11:20:05  adam
    26  * Using autoconf. New definitions: YAZ_BEGIN_CDECL/YAZ_END_CDECL.
    275 *
    286 */
     
    17941772    default:
    17951773      if (whichtag>=90&&whichtag<=99)
    1796         tagname="<tr><td>(obsolete field) Call #:</td><td>";
     1774        tagname="<tr><td>Local Call #:</td><td>";
    17971775      else {
    17981776        /*tagname=field_other;*/
    17991777       
    1800         /*.*********** Following line "causes" (ie exposes) a seg fault
    1801           in realloc(title,...). What is causing this????.
    1802           ANSWER: The trailing '\0' needs to be explicit :-)   */
     1778        /* The trailing '\0' seems to be necessary...?!? */
    18031779        sprintf(tag_num,"<tr><td>(field %d)</td><td>\n\0",whichtag);
    18041780        tagname=tag_num;
Note: See TracChangeset for help on using the changeset viewer.