Update of /cvsroot/refdb/refdb/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23448/src
Modified Files:
Tag: Release_0_9_5_stable
xmlhandler.c
Log Message:
added some comments
Index: xmlhandler.c
===================================================================
RCS file: /cvsroot/refdb/refdb/src/xmlhandler.c,v
retrieving revision 1.22.2.9
retrieving revision 1.22.2.10
diff -u -U2 -r1.22.2.9 -r1.22.2.10
--- xmlhandler.c 28 Sep 2004 22:12:34 -0000 1.22.2.9
+++ xmlhandler.c 14 Nov 2004 15:54:46 -0000 1.22.2.10
@@ -1462,5 +1462,5 @@
dbi_conn_close(conn_source);
}
- }
+ } /* end if numerical */
@@ -1681,5 +1681,5 @@
}
}
- else {
+ else { /* ID not found */
/* don't count the first dummy citation in a multiple citation */
if (!nis_multi) {
@@ -1702,5 +1702,5 @@
/* reset multi-id */
(ptr_gbdata->ptr_curr_multi_id)[0] = '\0';
- }
+ } /* end if XREF or CITATION */
/* remove current element from element stack */
|