summaryrefslogtreecommitdiff
path: root/object/objpub.c
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2005-03-23 20:19:28 +0000
committerAaron M. Ucko <ucko@debian.org>2005-03-23 20:19:28 +0000
commitc36b9906c3ef791147b3643f9e485cc02568819f (patch)
tree97b50039b1b1666f165eb1b05713b820e11b09bd /object/objpub.c
parent8db608ab43e4a775576ba5ff61add11d231de4b4 (diff)
Load ncbi (6.1.20020426) into ncbi-tools6/branches/upstream/current.
Diffstat (limited to 'object/objpub.c')
-rw-r--r--object/objpub.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/object/objpub.c b/object/objpub.c
index 8d8fcf61..84339120 100644
--- a/object/objpub.c
+++ b/object/objpub.c
@@ -29,7 +29,7 @@
*
* Version Creation Date: 4/1/91
*
-* $Revision: 6.4 $
+* $Revision: 6.5 $
*
* File Description: Object manager for module NCBI-Pub
*
@@ -41,6 +41,9 @@
*
*
* $Log: objpub.c,v $
+* Revision 6.5 2002/01/08 20:48:22 kans
+* PubLabelUnique internal call to PubLabelUnique (..., unique), not PubLabel
+*
* Revision 6.4 2001/11/20 14:50:54 kans
* PubLabelUnique return immediately if PMID or MUID, already unique
*
@@ -1397,7 +1400,7 @@ NLM_EXTERN Int2 LIBCALL PubLabelUnique (ValNodePtr pub, CharPtr buf, Int2 buflen
else
first = FALSE;
- diff = PubLabel(eq[i], buf, buflen, OM_LABEL_CONTENT);
+ diff = PubLabelUnique (eq[i], buf, buflen, OM_LABEL_CONTENT, unique);
buflen -= diff; buf += diff;
}
}