X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/6298c97dba3ef75acbb3192f684dc3a5d15de679..965c2702bfb5c4b03660b6d4db5a70e06edb7c6a:/lib/fixname.c diff --git a/lib/fixname.c b/lib/fixname.c index 91d53d07..8bf968e9 100644 --- a/lib/fixname.c +++ b/lib/fixname.c @@ -6,9 +6,12 @@ * Copyright (C) 1987 by the Massachusetts Institute of Technology * * $Log$ - * Revision 1.1 1987-08-22 17:14:30 wesommer - * Initial revision + * Revision 1.2 1987-09-03 03:21:34 wesommer + * upped string lengths to reasonable levels. * + * Revision 1.1 87/08/22 17:14:30 wesommer + * Initial revision + * */ #ifndef lint @@ -18,8 +21,8 @@ static char *rcsid_fixname_c = "$Header$"; #include #include -#define LAST_LEN 15 -#define FIRST_LEN 15 +#define LAST_LEN 100 +#define FIRST_LEN 100 void FixName(ilnm, ifnm, last, first, middle) char *ilnm, *ifnm;