summaryrefslogtreecommitdiff
path: root/network/vibnet
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2005-03-24 17:57:54 +0000
committerAaron M. Ucko <ucko@debian.org>2005-03-24 17:57:54 +0000
commit9dd1ccc4b3f1bac2a7dda6ff84c690c05aaca0af (patch)
tree90701a363bcd56ba5c0cfc0a82a3a1b1aad2b29c /network/vibnet
parentf22906b4b2a6ff3f8a318fec92d95baf9e9965a6 (diff)
Load ncbi (6.1.20040505) into ncbi-tools6/branches/upstream/current.
Diffstat (limited to 'network/vibnet')
-rw-r--r--network/vibnet/trmlst.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/network/vibnet/trmlst.c b/network/vibnet/trmlst.c
index 24cdf201..664a01ed 100644
--- a/network/vibnet/trmlst.c
+++ b/network/vibnet/trmlst.c
@@ -29,7 +29,7 @@
*
* Version Creation Date: 8/5/96
*
-* $Revision: 6.25 $
+* $Revision: 6.26 $
*
* File Description:
*
@@ -2489,9 +2489,9 @@ static Boolean InsertAdvText (TermFormPtr tfp, CharPtr str)
CharPtr finalstr;
Int2 i;
Boolean retval = TRUE;
- Int2 begin;
- Int2 end;
- Int2 curstrLen;
+ Int4 begin;
+ Int4 end;
+ Int4 curstrLen;
Char textObjectReturnStr [3];
Int2 strLen;
ValNodePtr head = NULL, vnp;