From c9f3e870fcf3f6f2dabb1046658c0a3804b14a55 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 24 Feb 2000 08:52:01 +0000 Subject: [PATCH] Bug fix. --- ill/ill-get.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ill/ill-get.c b/ill/ill-get.c index 67363d8..9ebe297 100644 --- a/ill/ill-get.c +++ b/ill/ill-get.c @@ -3,7 +3,10 @@ * See the file LICENSE for details. * * $Log: ill-get.c,v $ - * Revision 1.4 2000-02-04 11:01:15 adam + * Revision 1.5 2000-02-24 08:52:01 adam + * Bug fix. + * + * Revision 1.4 2000/02/04 11:01:15 adam * Added more elements. * * Revision 1.3 2000/01/31 13:15:21 adam @@ -410,6 +413,8 @@ ILL_Postal_Address *ill_get_Postal_Address ( gc, element, "extended-postal-delivery-address"); r->street_and_number = ill_get_ILL_String (gc, element, "street-and-number"); + r->post_office_box = + ill_get_ILL_String (gc, element, "post-office-box"); r->city = ill_get_ILL_String (gc, element, "city"); r->region = ill_get_ILL_String (gc, element, "region"); r->country = ill_get_ILL_String (gc, element, "country"); -- 1.7.10.4