summaryrefslogtreecommitdiff
path: root/network/vibnet
diff options
context:
space:
mode:
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;