diff postproc/postprocess.c @ 6164:aee9c32349a9

applied 64bit patch from Ulrich Hecht <uli at suse dot de>
author alex
date Thu, 23 May 2002 15:40:08 +0000
parents ab189f1f876f
children f483ab704252
line wrap: on
line diff
--- a/postproc/postprocess.c	Thu May 23 15:27:49 2002 +0000
+++ b/postproc/postprocess.c	Thu May 23 15:40:08 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++;