| Bill Daly on Mon, 04 Jan 1999 16:06:39 -0500 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Win32 Version 2.0.13 |
(I tried sending the following directly to Karim, but for some reason it
didn't get through, so I am posting it here.)
There are a few problems with 2.0.13 under Win32.
1. paricfg.h needs
#define SHELL_Q '"'
and
#define DL_DFLT_NAME "libpari.dll"
2. The #endif at line 1924 of es.c, just below try_pipe(), is misplaced.
It should be one line above.
3. In gp.c at line 1398 in get_home(), the line
char *buf = gpmalloc(strlen(pth) + strlen(drv));
should read
char *buf = gpmalloc(strlen(pth) + strlen(drv) + 1);
Regards,
Bill
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom
they are addressed.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
**********************************************************************