On Sat, 3 Jun 2000, Mike Meyer wrote: Hi Mike, I tried this patch and I get: ------------------------------------------------------------ File to patch: ./src/af/xap/unix/xap_UnixPSParseAFM.c patching file `./src/af/xap/unix/xap_UnixPSParseAFM.c' Hunk #1 FAILED at 58. Hunk #2 succeeded at 71 (offset -1 lines). Hunk #4 succeeded at 190 (offset -1 lines). 1 out of 4 hunks FAILED -- saving rejects to ./src/af/xap/unix/xap_UnixPSParseAFM.c.rej ------------------------------------------------------------- The rejected code is: ./src/af/xap/unix/xap_UnixPSParseAFM.c.rej *************** *** 58,63 **** * - if 0'd initializeArray() * modified: AbiSource, Inc. Jun 14 1999 * - introduced initializeArray() back to metric parsing */ #ifdef WIN32 #pragma warning (disable : 4244) /* conversion from 'double' to 'float', possible loss of data */ --- 58,65 ---- * - if 0'd initializeArray() * modified: AbiSource, Inc. Jun 14 1999 * - introduced initializeArray() back to metric parsing + * modified: [EMAIL PROTECTED] Jun 01, 2000 + * - Changed whitespace tests to use isspace */ #ifdef WIN32 #pragma warning (disable : 4244) /* conversion from 'double' to 'float', possible loss of data */ -------------------------------------------------------------------------- Can you make an updated patch against the current CVS tree? Thanks! Martin
