rpms/netpbm/devel netpbm-10.28-pbmtolj.patch,NONE,1.1

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jul 21 12:43:17 UTC 2005


Author: jnovy

Update of /cvs/dist/rpms/netpbm/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12801

Added Files:
	netpbm-10.28-pbmtolj.patch 
Log Message:

- add the new pbmtolj patch


netpbm-10.28-pbmtolj.patch:
 pbmtolj.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE netpbm-10.28-pbmtolj.patch ---
--- netpbm-10.28/converter/pbm/pbmtolj.c.pbmtolj	2005-07-21 13:42:39.000000000 +0200
+++ netpbm-10.28/converter/pbm/pbmtolj.c	2005-07-21 13:43:06.025071384 +0200
@@ -360,7 +360,7 @@ convertRow(const bit *    const bitrow,
             /* Number of columns excluding white right margin */
         unsigned int const rucols = ((nzcol + 7) / 8) * 8;
             /* 'nzcol' rounded up to nearest multiple of 8 */
-        unsigned int const padright = rucols - (nzcol + 1);
+        unsigned int const padright = rucols - nzcol;
         
         unsigned int col;
 




More information about the fedora-cvs-commits mailing list