# HG changeset patch # User alex # Date 1022168003 0 # Node ID b71190bacce80d034cbba1ba46e120483309618a # Parent b2fb2081dab562997914b14577c111cc79d8e33c applied 64bit patch from Ulrich Hecht diff -r b2fb2081dab5 -r b71190bacce8 libpostproc/postprocess.c --- a/libpostproc/postprocess.c Thu May 23 13:34:22 2002 +0000 +++ b/libpostproc/postprocess.c Thu May 23 15:33:23 2002 +0000 @@ -638,7 +638,7 @@ else p--, *p=','; //not last filter plen= strlen(p); - spaceLeft= (int)p - (int)temp + plen; + spaceLeft= p - temp + plen; if(spaceLeft + newlen >= GET_MODE_BUFFER_SIZE) { ppMode.error++;