X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=retrieval%2Fd1_if.c;h=62facc35d81cab74d667b4709d01092f2d43c648;hb=548d8ab9b0b5930db27643b47fc55afce5511219;hp=f9a9f19443a3289c8debe7e81af80500e17f0524;hpb=92c24290e2f731c145291392071b7de965fcacf5;p=yaz-moved-to-github.git diff --git a/retrieval/d1_if.c b/retrieval/d1_if.c index f9a9f19..62facc3 100644 --- a/retrieval/d1_if.c +++ b/retrieval/d1_if.c @@ -1,11 +1,15 @@ /* - * Copyright (c) 1995-1999, Index Data. + * Copyright (c) 1995-2000, Index Data. * See the file LICENSE for details. * - * d1_if.c : A simple interface for extracting strings from data1_node tree structures + * d1_if.c : A simple interface for extracting strings from data1_node + * tree structures * * $Log: d1_if.c,v $ - * Revision 1.4 2000-01-06 14:30:56 adam + * Revision 1.5 2000-02-10 13:42:43 adam + * Removed C++ comment. + * + * Revision 1.4 2000/01/06 14:30:56 adam * Minor change - to prevent warnings. * * Revision 1.3 2000/01/06 11:27:02 adam @@ -215,12 +219,14 @@ data1_node *data1_LookupNode(data1_node* node, char* pTagPath) { if ( iOccurences ) { - // Everything matched, but not yet found the right occurence of the given tag + /* Everything matched, but not yet found the + right occurence of the given tag */ iOccurences--; } else { - /* We have matched a string tag... Is there more to process? */ + /* We have matched a string tag... Is there more to + process? */ matched_node = current_child; } }