Update of /cvsroot/refdb/refdb/src
In directory sc8-pr-cvs1:/tmp/cvs-serv32757/src
Modified Files:
backendn-html.c
Log Message:
use renamed function get_refdb_note_content_copy()
Index: backendn-html.c
===================================================================
RCS file: /cvsroot/refdb/refdb/src/backendn-html.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -U2 -r1.2 -r1.3
--- backendn-html.c 26 Oct 2003 00:12:06 -0000 1.2
+++ backendn-html.c 21 Dec 2003 23:04:42 -0000 1.3
@@ -266,5 +266,5 @@
/*----------------------------------------------------------------*/
/* the note proper */
- item = get_refdb_note_note_copy(ptr_rendinfo->dbires);
+ item = get_refdb_note_content_copy(ptr_rendinfo->dbires);
if (item != NULL) {
if ((new_ref = mstrcat(*(ptr_rendinfo->ptr_ref), "<p class=\'note\'>", ptr_rendinfo->ptr_ref_len, 0)) == NULL) {
|