Problems with forwarding PostScript files

Jim Fulton jim at kanga.lcs.mit.edu
Fri Feb 2 02:47:14 AEST 1990


Here is a gross hack that we use to avoid the ugly "-" processing done in
the cpydgst() routine:

*** /tmp/,RCSt1a18322	Thu Feb  1 10:41:23 1990
--- mh/sbr/cpydgst.c	Tue Apr 18 17:44:46 1989
***************
*** 33,38 ****
--- 33,41 ----
  register char  *ifile,
                 *ofile;
  {
+ #ifdef NODASHPROCESSING
+     cpydata (in, out, ifile, ofile);
+ #else
      register int    i,
                      state;
      register char  *cp,
***************
*** 67,70 ****
--- 70,74 ----
      if (i == NOTOK)
  	adios (ifile, "error reading");
      flush ();
+ #endif
  }



More information about the Comp.unix.ultrix mailing list