From 4a9980caf2a67eb3168992d3a37afa296d5efaf8 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 14 Dec 2000 22:10:46 +0000 Subject: [PATCH] Minor updates. --- doc/yaz.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/yaz.sgml b/doc/yaz.sgml index f462972..8cb4577 100644 --- a/doc/yaz.sgml +++ b/doc/yaz.sgml @@ -2,7 +2,7 @@
YAZ User's Guide and Reference <author><htmlurl url="http://www.indexdata.dk/" name="Index Data">, <tt><htmlurl url="mailto:info@indexdata.dk" name="info@indexdata.dk"></> -<date>$Revision: 1.9 $ +<date>$Revision: 1.10 $ <abstract> This document is the programmer's guide and reference to the YAZ package. YAZ is a compact toolkit that provides access to the @@ -2591,7 +2591,7 @@ if (status) { /* Now get a response */ -length_incoming = cs_get(stack, &buf, &size); +length_incoming = cs_get(stack, &buf, &size); if (!length_incoming) { fprintf(stderr, "Connection closed\n"); exit(1); @@ -3838,7 +3838,7 @@ in general. <tscreen><verb> Index Data Aps -KĂžbmagergade 43 +Købmagergade 43 DK-1150 Copenhagen K </verb></tscreen> -- 1.7.10.4