From 55f66bca6c5221859ee2f5a1c68beaa94ec3025f Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 29 Mar 2015 03:07:47 +0000 Subject: Release 10.47.55 git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@2435 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/pamtosvg/pxl-outline.c | 2 +- doc/HISTORY | 6 ++++++ version.mk | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/converter/other/pamtosvg/pxl-outline.c b/converter/other/pamtosvg/pxl-outline.c index 0dda3cc3..a1fa5299 100644 --- a/converter/other/pamtosvg/pxl-outline.c +++ b/converter/other/pamtosvg/pxl-outline.c @@ -269,7 +269,7 @@ findOneCenterline(bitmap_type const bitmap, */ { pm_pixelcoord pos; - pos.col = col; pos.row = bitmap.height - row - 1; + pos.col = originalCol; pos.row = bitmap.height - originalRow - 1; LOG2(" (%d,%d)", pos.col, pos.row); append_outline_pixel(&outline, pos); } diff --git a/doc/HISTORY b/doc/HISTORY index 3584d8cb..584a50dc 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -4,6 +4,12 @@ Netpbm. CHANGE HISTORY -------------- +15.03.29 BJH Release 10.47.55 + + pamtosvg: fix use of unset variable; probably results in a + crash. Always present (pamtosvg was new in Netpbm 10.33 (March + 2006). + 15.01.25 BJH Release 10.47.54 pnmgamma -srgbtobt709, -bt709tosrgb: fix bug; incorrect output diff --git a/version.mk b/version.mk index fc167e3e..b25513f6 100644 --- a/version.mk +++ b/version.mk @@ -1,3 +1,3 @@ NETPBM_MAJOR_RELEASE = 10 NETPBM_MINOR_RELEASE = 47 -NETPBM_POINT_RELEASE = 54 +NETPBM_POINT_RELEASE = 55 -- cgit 1.4.1