]> andersk Git - moira.git/blobdiff - lib/fixname.c
upped string lengths to reasonable levels.
[moira.git] / lib / fixname.c
index 91d53d0785a2c449005dc4d4020b4162c5fb71b6..8bf968e9865de9e3e6bdf9c45ca4771215b10ad6 100644 (file)
@@ -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 <strings.h>
 #include <ctype.h>
 
-#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;
This page took 0.046628 seconds and 4 git commands to generate.