summaryrefslogtreecommitdiff
path: root/asnlib/asntool.c
diff options
context:
space:
mode:
Diffstat (limited to 'asnlib/asntool.c')
-rw-r--r--asnlib/asntool.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/asnlib/asntool.c b/asnlib/asntool.c
index 1ebbdc13..6c1e5b19 100644
--- a/asnlib/asntool.c
+++ b/asnlib/asntool.c
@@ -29,7 +29,7 @@
*
* Version Creation Date: 1/1/91
*
-* $Revision: 6.14 $
+* $Revision: 6.15 $
*
* File Description:
* Main routine for asntool. Uses the ASN.1 library routines to perform
@@ -43,6 +43,9 @@
*
*
* $Log: asntool.c,v $
+* Revision 6.15 2004/07/08 15:27:37 kans
+* commented out second unnecessary call to GetArgs
+*
* Revision 6.14 2004/04/01 13:43:05 lavr
* Spell "occurred", "occurrence", and "occurring"
*
@@ -210,9 +213,11 @@ Int2 Main (void)
AsnSetXMLmodulePrefix((CharPtr)(asnargs[P_argXMLmodulePrefix].strvalue));
+ /*
if (! GetArgs("AsnTool 4", NUMARGS, asnargs))
return 1;
ErrClear();
+ */
if (! AsnIoSetBufsize(NULL, (Int2)asnargs[b_argBufferSize].intvalue))
return 1;