From: hackbard Date: Tue, 20 Jan 2004 16:42:50 +0000 (+0000) Subject: fixed type & increased MAX_CHAR size X-Git-Tag: fpb~3 X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=commitdiff_plain;h=0241431eae6bb8b3e8a01e636d28b8aad51416a4 fixed type & increased MAX_CHAR size --- diff --git a/nlsop.c b/nlsop.c index efd7f91..5470960 100644 --- a/nlsop.c +++ b/nlsop.c @@ -63,7 +63,7 @@ int usage(void) puts("-L \t load from file"); puts("-S \t save to file"); puts("-R \t read from random file"); - puts("-P \t specify implantatin profile file"); + puts("-P \t specify implantation profile file"); return 1; } diff --git a/nlsop.h b/nlsop.h index a739731..7b19cd1 100644 --- 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