--- ray/src/px/pcomb.c 2007/11/07 05:40:06 2.42 +++ ray/src/px/pcomb.c 2009/08/10 04:26:38 2.44 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: pcomb.c,v 2.42 2007/11/07 05:40:06 greg Exp $"; +static const char RCSid[] = "$Id: pcomb.c,v 2.44 2009/08/10 04:26:38 greg Exp $"; #endif /* * Combine picture files according to calcomp functions. @@ -14,7 +14,7 @@ static const char RCSid[] = "$Id: pcomb.c,v 2.42 2007/ #include "calcomp.h" #include "view.h" -#define MAXINP 512 /* maximum number of input files */ +#define MAXINP 1024 /* maximum number of input files */ #define WINSIZ 64 /* scanline window size */ #define MIDSCN ((WINSIZ-1)/2+1) @@ -234,7 +234,7 @@ usage: eputs("Usage: "); eputs(argv[0]); eputs( -" [-w][-h][-x xr][-y yr][-e expr][-f file] [ [-o][-s f][-c r g b] pic ..]\n"); +" [-w][-h][-x xr][-y yr][-e expr][-f file] [ [-o][-s f][-c r g b] hdr ..]\n"); quit(1); return 1; /* pro forma return */ }