fixed type & increased MAX_CHAR size
authorhackbard <hackbard>
Tue, 20 Jan 2004 16:42:50 +0000 (16:42 +0000)
committerhackbard <hackbard>
Tue, 20 Jan 2004 16:42:50 +0000 (16:42 +0000)
nlsop.c
nlsop.h

diff --git a/nlsop.c b/nlsop.c
index efd7f91..5470960 100644 (file)
--- a/nlsop.c
+++ b/nlsop.c
@@ -63,7 +63,7 @@ int usage(void)
  puts("-L <file> \t load from file");
  puts("-S <file> \t save to file");
  puts("-R <file> \t read from random file");
- puts("-P <file> \t specify implantatin profile file");
+ puts("-P <file> \t specify implantation profile file");
  
  return 1;
 }
diff --git a/nlsop.h b/nlsop.h
index a739731..7b19cd1 100644 (file)
--- a/nlsop.h
+++ b/nlsop.h
@@ -45,7 +45,7 @@ typedef struct __info
 
 #define A_CP .01
 
-#define MAX_CHARS 64
+#define MAX_CHARS 128
 #define MAX_TXT 32
 #define MAX_ARGV 27